#CAA867

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

Shades of Putty #CAA867

Tints of Putty #CAA867

Color information

#CAA867 (or 0xCAA867) is unknown color: approx Putty. HEX triplet: CA, A8 and 67. RGB value is (202,168,103). Sum of RGB (Red+Green+Blue) = 202+168+103=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA867 is #355798. Grayscale: #ABABAB. Windows color (decimal): -3495833 or 6793418. OLE color: 6793418.

HSL color Cylindrical-coordinate representation of color #CAA867: hue angle of 39.39º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CAA867 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB202168103-
CMYK00.170.490.21
HSL39.39º48.29%59.8%-
HSV(B)39.39º49.01%79.22%-
XYZ40.8141.5418.7-
YUV170.7689.76150.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 168 (66.02% from 255) = 35.52%
BLUE value IS 103 (40.62% from 255) = 21.78%
R=42.71%
G=35.52%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216810300.170.490.2139.3948.2959.8
HexCAA867011311527303c
Octal3122501470216125476074
Binary1100101010101000110011101000111000110101100111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA867; }

 p { color: rgb(202,168,103); }

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

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

 a { background-color: rgb(202,168,103); }

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

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

 span { border-color: rgb(202,168,103); }

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