#CAAC73

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

Shades of Putty #CAAC73

Tints of Putty #CAAC73

Color information

#CAAC73 (or 0xCAAC73) is unknown color: approx Putty. HEX triplet: CA, AC and 73. RGB value is (202,172,115). Sum of RGB (Red+Green+Blue) = 202+172+115=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAC73 is #35538C. Grayscale: #AEAEAE. Windows color (decimal): -3494797 or 7580874. OLE color: 7580874.

HSL color Cylindrical-coordinate representation of color #CAAC73: hue angle of 39.31º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAAC73 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB202172115-
CMYK00.150.430.21
HSL39.31º45.08%62.16%-
HSV(B)39.31º43.07%79.22%-
XYZ42.243.322.35-
YUV174.4794.44147.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 115 (45.31% from 255) = 23.52%
R=41.31%
G=35.17%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217211500.150.430.2139.3145.0862.16
HexCAAC730F2B15272d3e
Octal3122541630175325475576
Binary110010101010110011100110111110101110101100111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC73; }

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

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

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

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

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

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

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

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