Html Css Color HEX #CAA677 Putty

📋 copy color: '#CAA677'

red 202 ◦ green 166 ◦ blue 119

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

Shades of Putty #CAA677

Tints of Putty #CAA677

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.09%

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

R = 41.48%
G = 34.09%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CAA677 (or 0xCAA677) is known color: Putty. HEX triplet: CA, A6 and 77. RGB value is (202,166,119). Sum of RGB (Red+Green+Blue) = 202+166+119=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA677 is #355988. Grayscale: #ABABAB. Windows color (decimal): -3496329 or 7841482. OLE color: 7841482.

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

Color convert

RGB 202 166 119 -
CMYK 0 0.18 0.41 0.21
HSL 33.98º 0.44% 0.63% -
HSV(B) 33.98º 0.41% 0.79% -
XYZ 41.32 41.16 23.22 -
YUV 171.41 98.43 149.82 -
System Red Green Blue C M Y K H S L
Decimal 202 166 119 0 0.18 0.41 0.21 33.98 0.44 0.63
Hex CA A6 77 0 12 29 15 22 2C 3F
Octal 312 246 167 0 22 51 25 42 54 77
Binary 11001010 10100110 1110111 0 10010 101001 10101 100010 101100 111111

Color Harmonies of #CAA677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA677

Black with #CAA677

Text Example


Text Example

White with #CAA677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA677; }

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

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

background-color css

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

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

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

border-color css

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

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

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