Html Css Color HEX #CAAA77 Putty

📋 copy color: '#CAAA77'

red 202 ◦ green 170 ◦ blue 119

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

Shades of Putty #CAAA77

Tints of Putty #CAAA77

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.62%

 BLUE value IS 119 (46.88% from 255) = 24.24%

R = 41.14%
G = 34.62%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CAAA77 (or 0xCAAA77) is known color: Putty. HEX triplet: CA, AA and 77. RGB value is (202,170,119). Sum of RGB (Red+Green+Blue) = 202+170+119=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAA77 is #355588. Grayscale: #ADADAD. Windows color (decimal): -3495305 or 7842506. OLE color: 7842506.

HSL color Cylindrical-coordinate representation of color #CAAA77: hue angle of 36.87º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAAA77 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 170 119 -
CMYK 0 0.16 0.41 0.21
HSL 36.87º 0.44% 0.63% -
HSV(B) 36.87º 0.41% 0.79% -
XYZ 42.06 42.64 23.47 -
YUV 173.75 97.1 148.15 -
System Red Green Blue C M Y K H S L
Decimal 202 170 119 0 0.16 0.41 0.21 36.87 0.44 0.63
Hex CA AA 77 0 10 29 15 25 2C 3F
Octal 312 252 167 0 20 51 25 45 54 77
Binary 11001010 10101010 1110111 0 10000 101001 10101 100101 101100 111111

Color Harmonies of #CAAA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAA77

Black with #CAAA77

Text Example


Text Example

White with #CAAA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAA77; }

 p { color: rgb(202,170,119); }

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

background-color css

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

 a { background-color: rgb(202,170,119); }

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

border-color css

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

 span { border-color: rgb(202,170,119); }

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