Html Css Color HEX #CAA96C Putty

📋 copy color: '#CAA96C'

red 202 ◦ green 169 ◦ blue 108

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

Shades of Putty #CAA96C

Tints of Putty #CAA96C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.28%

 BLUE value IS 108 (42.58% from 255) = 22.55%

R = 42.17%
G = 35.28%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CAA96C (or 0xCAA96C) is known color: Putty. HEX triplet: CA, A9 and 6C. RGB value is (202,169,108). Sum of RGB (Red+Green+Blue) = 202+169+108=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA96C is #355693. Grayscale: #ACACAC. Windows color (decimal): -3495572 or 7121354. OLE color: 7121354.

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

Color convert

RGB 202 169 108 -
CMYK 0 0.16 0.47 0.21
HSL 38.94º 0.47% 0.61% -
HSV(B) 38.94º 0.47% 0.79% -
XYZ 41.25 42.02 20.12 -
YUV 171.91 91.93 149.46 -
System Red Green Blue C M Y K H S L
Decimal 202 169 108 0 0.16 0.47 0.21 38.94 0.47 0.61
Hex CA A9 6C 0 10 2F 15 27 2F 3D
Octal 312 251 154 0 20 57 25 47 57 75
Binary 11001010 10101001 1101100 0 10000 101111 10101 100111 101111 111101

Color Harmonies of #CAA96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA96C

Black with #CAA96C

Text Example


Text Example

White with #CAA96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA96C; }

 p { color: rgb(202,169,108); }

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

background-color css

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

 a { background-color: rgb(202,169,108); }

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

border-color css

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

 span { border-color: rgb(202,169,108); }

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