#CAAB72

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

Shades of Putty #CAAB72

Tints of Putty #CAAB72

Color information

#CAAB72 (or 0xCAAB72) is unknown color: approx Putty. HEX triplet: CA, AB and 72. RGB value is (202,171,114). Sum of RGB (Red+Green+Blue) = 202+171+114=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAB72 is #35548D. Grayscale: #AEAEAE. Windows color (decimal): -3495054 or 7515082. OLE color: 7515082.

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

Color convert

RGB202171114-
CMYK00.150.440.21
HSL38.86º45.36%61.96%-
HSV(B)38.86º43.56%79.22%-
XYZ41.9642.921.99-
YUV173.7794.27148.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 171 (67.19% from 255) = 35.11%
BLUE value IS 114 (44.92% from 255) = 23.41%
R=41.48%
G=35.11%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217111400.150.440.2138.8645.3661.96
HexCAAB720F2C15272d3e
Octal3122531620175425475576
Binary110010101010101111100100111110110010101100111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB72; }

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

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

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

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

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

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

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

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