#CAAE74

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

Shades of Putty #CAAE74

Tints of Putty #CAAE74

Color information

#CAAE74 (or 0xCAAE74) is unknown color: approx Putty. HEX triplet: CA, AE and 74. RGB value is (202,174,116). Sum of RGB (Red+Green+Blue) = 202+174+116=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAE74 is #35518B. Grayscale: #B0B0B0. Windows color (decimal): -3494284 or 7646922. OLE color: 7646922.

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

Color convert

RGB202174116-
CMYK00.140.430.21
HSL40.47º44.79%62.35%-
HSV(B)40.47º42.57%79.22%-
XYZ42.6544.0922.79-
YUV175.7694.28146.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 116 (45.70% from 255) = 23.58%
R=41.06%
G=35.37%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217411600.140.430.2140.4744.7962.35
HexCAAE740E2B15282d3e
Octal3122561640165325505576
Binary110010101010111011101000111010101110101101000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE74; }

 p { color: rgb(202,174,116); }

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

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

 a { background-color: rgb(202,174,116); }

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

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

 span { border-color: rgb(202,174,116); }

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