#CCAE62

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

Shades of Laser #CCAE62

Tints of Laser #CCAE62

Color information

#CCAE62 (or 0xCCAE62) is unknown color: approx Laser. HEX triplet: CC, AE and 62. RGB value is (204,174,98). Sum of RGB (Red+Green+Blue) = 204+174+98=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 98 (38.67% from 255 or 20.59% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAE62 is #33519D. Grayscale: #AEAEAE. Windows color (decimal): -3363230 or 6467276. OLE color: 6467276.

HSL color Cylindrical-coordinate representation of color #CCAE62: hue angle of 43.02º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCAE62 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB20417498-
CMYK00.150.520.2
HSL43.02º50.96%59.22%-
HSV(B)43.02º51.96%80%-
XYZ42.2443.9917.82-
YUV174.3184.94149.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 174 (68.36% from 255) = 36.55%
BLUE value IS 98 (38.67% from 255) = 20.59%
R=42.86%
G=36.55%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041749800.150.520.243.0250.9659.22
HexCCAE620F34142b333b
Octal3142561420176424536373
Binary110011001010111011000100111111010010100101011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE62; }

 p { color: rgb(204,174,98); }

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

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

 a { background-color: rgb(204,174,98); }

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

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

 span { border-color: rgb(204,174,98); }

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