Html Css Color HEX #CAA674 Putty

📋 copy color: '#CAA674'

red 202 ◦ green 166 ◦ blue 116

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

Shades of Putty #CAA674

Tints of Putty #CAA674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.97%

R = 41.74%
G = 34.3%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CAA674 (or 0xCAA674) is known color: Putty. HEX triplet: CA, A6 and 74. RGB value is (202,166,116). Sum of RGB (Red+Green+Blue) = 202+166+116=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA674 is #35598B. Grayscale: #ABABAB. Windows color (decimal): -3496332 or 7644874. OLE color: 7644874.

HSL color Cylindrical-coordinate representation of color #CAA674: hue angle of 34.88º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAA674 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 166 116 -
CMYK 0 0.18 0.43 0.21
HSL 34.88º 0.45% 0.62% -
HSV(B) 34.88º 0.43% 0.79% -
XYZ 41.15 41.09 22.29 -
YUV 171.06 96.93 150.07 -
System Red Green Blue C M Y K H S L
Decimal 202 166 116 0 0.18 0.43 0.21 34.88 0.45 0.62
Hex CA A6 74 0 12 2B 15 23 2D 3E
Octal 312 246 164 0 22 53 25 43 55 76
Binary 11001010 10100110 1110100 0 10010 101011 10101 100011 101101 111110

Color Harmonies of #CAA674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA674

Black with #CAA674

Text Example


Text Example

White with #CAA674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA674; }

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

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

background-color css

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

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

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

border-color css

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

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

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