#CAAC6C

Color #CAAC6C Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #CAAC6C

Tints of Putty #CAAC6C

Color information

#CAAC6C (or 0xCAAC6C) is unknown color: approx Putty. HEX triplet: CA, AC and 6C. RGB value is (202,172,108). Sum of RGB (Red+Green+Blue) = 202+172+108=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAC6C is #355393. Grayscale: #ADADAD. Windows color (decimal): -3494804 or 7122122. OLE color: 7122122.

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

Color convert

RGB202172108-
CMYK00.150.470.21
HSL40.85º47%60.78%-
HSV(B)40.85º46.53%79.22%-
XYZ41.8243.1420.31-
YUV173.6790.94148.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 108 (42.58% from 255) = 22.41%
R=41.91%
G=35.68%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217210800.150.470.2140.854760.78
HexCAAC6C0F2F15292f3d
Octal3122541540175725515775
Binary110010101010110011011000111110111110101101001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC6C; }

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

 H1.HeaderClassName
 {
   color: #CAAC6C;
 }
 .AnyTagClassName
 {
   color: #CAAC6C;
 }
</style>
background-color css

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

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

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

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

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

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