Html Css Color HEX #CA8B56 Twine

📋 copy color: '#CA8B56'

red 202 ◦ green 139 ◦ blue 86

#CA8B56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twine #CA8B56

Tints of Twine #CA8B56

RGB

 RED value IS 202 (79.3% from 255) = 47.31%

 GREEN value IS 139 (54.69% from 255) = 32.55%

 BLUE value IS 86 (33.98% from 255) = 20.14%

R = 47.31%
G = 32.55%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA8B56 (or 0xCA8B56) is known color: Twine. HEX triplet: CA, 8B and 56. RGB value is (202,139,86). Sum of RGB (Red+Green+Blue) = 202+139+86=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8B56 is #3574A9. Grayscale: #989898. Windows color (decimal): -3503274 or 5671882. OLE color: 5671882.

HSL color Cylindrical-coordinate representation of color #CA8B56: hue angle of 27.41º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA8B56 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 139 86 -
CMYK 0 0.31 0.57 0.21
HSL 27.41º 0.52% 0.56% -
HSV(B) 27.41º 0.57% 0.79% -
XYZ 35.27 31.69 13.06 -
YUV 151.8 90.87 163.81 -
System Red Green Blue C M Y K H S L
Decimal 202 139 86 0 0.31 0.57 0.21 27.41 0.52 0.56
Hex CA 8B 56 0 1F 39 15 1B 34 38
Octal 312 213 126 0 37 71 25 33 64 70
Binary 11001010 10001011 1010110 0 11111 111001 10101 11011 110100 111000

Color Harmonies of #CA8B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8B56

Black with #CA8B56

Text Example


Text Example

White with #CA8B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8B56; }

 p { color: rgb(202,139,86); }

 H1.HeaderClassName
 {
   color: #CA8B56;
 }
 .AnyTagClassName
 {
   color: #CA8B56;
 }
</style>

background-color css

<style>
 a { background-color: #CA8B56; }

 a { background-color: rgb(202,139,86); }

 div.DivClassName
 {
   background-color: #CA8B56;
 }
 .BgClassName
 {
   background-color: #CA8B56;
 }
</style>

border-color css

<style>
 span { border-color: #CA8B56; }

 span { border-color: rgb(202,139,86); }

 td.TdClassName
 {
   border-color: #CA8B56;
 }
 .TagClassName
 {
   border-color: #CA8B56;
 }
</style>