#CAAD67

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

Shades of Putty #CAAD67

Tints of Putty #CAAD67

Color information

#CAAD67 (or 0xCAAD67) is unknown color: approx Putty. HEX triplet: CA, AD and 67. RGB value is (202,173,103). Sum of RGB (Red+Green+Blue) = 202+173+103=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAD67 is #355298. Grayscale: #AEAEAE. Windows color (decimal): -3494553 or 6794698. OLE color: 6794698.

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

Color convert

RGB202173103-
CMYK00.140.490.21
HSL42.42º48.29%59.8%-
HSV(B)42.42º49.01%79.22%-
XYZ41.7543.4219.01-
YUV173.6988.11148.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 173 (67.97% from 255) = 36.19%
BLUE value IS 103 (40.62% from 255) = 21.55%
R=42.26%
G=36.19%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217310300.140.490.2142.4248.2959.8
HexCAAD670E31152a303c
Octal3122551470166125526074
Binary110010101010110111001110111011000110101101010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAD67; }

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

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

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

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

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

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

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

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