#CAAE6A

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

Shades of Putty #CAAE6A

Tints of Putty #CAAE6A

Color information

#CAAE6A (or 0xCAAE6A) is unknown color: approx Putty. HEX triplet: CA, AE and 6A. RGB value is (202,174,106). Sum of RGB (Red+Green+Blue) = 202+174+106=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAE6A is #355195. Grayscale: #AEAEAE. Windows color (decimal): -3494294 or 6991562. OLE color: 6991562.

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

Color convert

RGB202174106-
CMYK00.140.480.21
HSL42.5º47.52%60.39%-
HSV(B)42.5º47.52%79.22%-
XYZ42.0943.8719.88-
YUV174.6289.28147.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 174 (68.36% from 255) = 36.10%
BLUE value IS 106 (41.80% from 255) = 21.99%
R=41.91%
G=36.10%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217410600.140.480.2142.547.5260.39
HexCAAE6A0E30152a303c
Octal3122561520166025526074
Binary110010101010111011010100111011000010101101010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE6A; }

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

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

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

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

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

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

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

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