Html Css Color HEX #CAA672 Putty

📋 copy color: '#CAA672'

red 202 ◦ green 166 ◦ blue 114

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

Shades of Putty #CAA672

Tints of Putty #CAA672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.65%

R = 41.91%
G = 34.44%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CAA672 (or 0xCAA672) is known color: Putty. HEX triplet: CA, A6 and 72. RGB value is (202,166,114). Sum of RGB (Red+Green+Blue) = 202+166+114=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA672 is #35598D. Grayscale: #ABABAB. Windows color (decimal): -3496334 or 7513802. OLE color: 7513802.

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

Color convert

RGB 202 166 114 -
CMYK 0 0.18 0.44 0.21
HSL 35.45º 0.45% 0.62% -
HSV(B) 35.45º 0.44% 0.79% -
XYZ 41.03 41.04 21.68 -
YUV 170.84 95.93 150.23 -
System Red Green Blue C M Y K H S L
Decimal 202 166 114 0 0.18 0.44 0.21 35.45 0.45 0.62
Hex CA A6 72 0 12 2C 15 23 2D 3E
Octal 312 246 162 0 22 54 25 43 55 76
Binary 11001010 10100110 1110010 0 10010 101100 10101 100011 101101 111110

Color Harmonies of #CAA672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA672

Black with #CAA672

Text Example


Text Example

White with #CAA672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA672; }

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

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

background-color css

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

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

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

border-color css

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

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

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