#CAAE61

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

Shades of Laser #CAAE61

Tints of Laser #CAAE61

Color information

#CAAE61 (or 0xCAAE61) is unknown color: approx Laser. HEX triplet: CA, AE and 61. RGB value is (202,174,97). Sum of RGB (Red+Green+Blue) = 202+174+97=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAE61 is #35519E. Grayscale: #ADADAD. Windows color (decimal): -3494303 or 6401738. OLE color: 6401738.

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

Color convert

RGB20217497-
CMYK00.140.520.21
HSL44º49.76%58.63%-
HSV(B)44º51.98%79.22%-
XYZ41.6543.6917.55-
YUV173.5984.78148.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 174 (68.36% from 255) = 36.79%
BLUE value IS 97 (38.28% from 255) = 20.51%
R=42.71%
G=36.79%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021749700.140.520.214449.7658.63
HexCAAE610E34152c323b
Octal3122561410166425546273
Binary110010101010111011000010111011010010101101100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE61; }

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

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

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

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

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

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

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

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