Html Css Color HEX #CA9559 Twine

📋 copy color: '#CA9559'

red 202 ◦ green 149 ◦ blue 89

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

Shades of Twine #CA9559

Tints of Twine #CA9559

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.86%

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

R = 45.91%
G = 33.86%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA9559 (or 0xCA9559) is known color: Twine. HEX triplet: CA, 95 and 59. RGB value is (202,149,89). Sum of RGB (Red+Green+Blue) = 202+149+89=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9559 is #356AA6. Grayscale: #9E9E9E. Windows color (decimal): -3500711 or 5871050. OLE color: 5871050.

HSL color Cylindrical-coordinate representation of color #CA9559: hue angle of 31.86º 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 #CA9559 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 149 89 -
CMYK 0 0.26 0.56 0.21
HSL 31.86º 0.52% 0.57% -
HSV(B) 31.86º 0.56% 0.79% -
XYZ 36.91 34.77 14.22 -
YUV 158.01 89.06 159.38 -
System Red Green Blue C M Y K H S L
Decimal 202 149 89 0 0.26 0.56 0.21 31.86 0.52 0.57
Hex CA 95 59 0 1A 38 15 20 34 39
Octal 312 225 131 0 32 70 25 40 64 71
Binary 11001010 10010101 1011001 0 11010 111000 10101 100000 110100 111001

Color Harmonies of #CA9559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9559

Black with #CA9559

Text Example


Text Example

White with #CA9559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9559; }

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

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

background-color css

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

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

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

border-color css

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

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

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