#CAAE68

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

Shades of Putty #CAAE68

Tints of Putty #CAAE68

Color information

#CAAE68 (or 0xCAAE68) is unknown color: approx Putty. HEX triplet: CA, AE and 68. RGB value is (202,174,104). Sum of RGB (Red+Green+Blue) = 202+174+104=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAE68 is #355197. Grayscale: #AEAEAE. Windows color (decimal): -3494296 or 6860490. OLE color: 6860490.

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

Color convert

RGB202174104-
CMYK00.140.490.21
HSL42.86º48.04%60%-
HSV(B)42.86º48.51%79.22%-
XYZ41.9943.8319.34-
YUV174.3988.28147.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.08%
GREEN value IS 174 (68.36% from 255) = 36.25%
BLUE value IS 104 (41.02% from 255) = 21.67%
R=42.08%
G=36.25%
B=21.67%

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
Decimal20217410400.140.490.2142.8648.0460
HexCAAE680E31152b303c
Octal3122561500166125536074
Binary110010101010111011010000111011000110101101011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE68; }

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

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

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

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

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

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

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

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