#CAAC6B

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

Shades of Putty #CAAC6B

Tints of Putty #CAAC6B

Color information

#CAAC6B (or 0xCAAC6B) is unknown color: approx Putty. HEX triplet: CA, AC and 6B. RGB value is (202,172,107). Sum of RGB (Red+Green+Blue) = 202+172+107=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAC6B is #355394. Grayscale: #ADADAD. Windows color (decimal): -3494805 or 7056586. OLE color: 7056586.

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

Color convert

RGB202172107-
CMYK00.150.470.21
HSL41.05º47.26%60.59%-
HSV(B)41.05º47.03%79.22%-
XYZ41.7643.1220.03-
YUV173.5690.44148.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 107 (42.19% from 255) = 22.25%
R=42.00%
G=35.76%
B=22.25%

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
Decimal20217210700.150.470.2141.0547.2660.59
HexCAAC6B0F2F15292f3d
Octal3122541530175725515775
Binary110010101010110011010110111110111110101101001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC6B; }

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

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

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

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

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

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

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

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