Html Css Color HEX #CA9859 Twine

📋 copy color: '#CA9859'

red 202 ◦ green 152 ◦ blue 89

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

Shades of Twine #CA9859

Tints of Twine #CA9859

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.31%

 BLUE value IS 89 (35.16% from 255) = 20.09%

R = 45.6%
G = 34.31%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA9859 (or 0xCA9859) is known color: Twine. HEX triplet: CA, 98 and 59. RGB value is (202,152,89). Sum of RGB (Red+Green+Blue) = 202+152+89=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9859 is #3567A6. Grayscale: #A0A0A0. Windows color (decimal): -3499943 or 5871818. OLE color: 5871818.

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

Color convert

RGB 202 152 89 -
CMYK 0 0.25 0.56 0.21
HSL 33.45º 0.52% 0.57% -
HSV(B) 33.45º 0.56% 0.79% -
XYZ 37.39 35.73 14.38 -
YUV 159.77 88.07 158.12 -
System Red Green Blue C M Y K H S L
Decimal 202 152 89 0 0.25 0.56 0.21 33.45 0.52 0.57
Hex CA 98 59 0 19 38 15 21 34 39
Octal 312 230 131 0 31 70 25 41 64 71
Binary 11001010 10011000 1011001 0 11001 111000 10101 100001 110100 111001

Color Harmonies of #CA9859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9859

Black with #CA9859

Text Example


Text Example

White with #CA9859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9859; }

 p { color: rgb(202,152,89); }

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

background-color css

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

 a { background-color: rgb(202,152,89); }

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

border-color css

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

 span { border-color: rgb(202,152,89); }

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