Html Css Color HEX #CAAB77 Putty

📋 copy color: '#CAAB77'

red 202 ◦ green 171 ◦ blue 119

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

Shades of Putty #CAAB77

Tints of Putty #CAAB77

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.76%

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

R = 41.06%
G = 34.76%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CAAB77 (or 0xCAAB77) is known color: Putty. HEX triplet: CA, AB and 77. RGB value is (202,171,119). Sum of RGB (Red+Green+Blue) = 202+171+119=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAB77 is #355488. Grayscale: #AEAEAE. Windows color (decimal): -3495049 or 7842762. OLE color: 7842762.

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

Color convert

RGB 202 171 119 -
CMYK 0 0.15 0.41 0.21
HSL 37.59º 0.44% 0.63% -
HSV(B) 37.59º 0.41% 0.79% -
XYZ 42.25 43.01 23.53 -
YUV 174.34 96.77 147.73 -
System Red Green Blue C M Y K H S L
Decimal 202 171 119 0 0.15 0.41 0.21 37.59 0.44 0.63
Hex CA AB 77 0 F 29 15 26 2C 3F
Octal 312 253 167 0 17 51 25 46 54 77
Binary 11001010 10101011 1110111 0 1111 101001 10101 100110 101100 111111

Color Harmonies of #CAAB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAB77

Black with #CAAB77

Text Example


Text Example

White with #CAAB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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