#CCAE61

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

Shades of Laser #CCAE61

Tints of Laser #CCAE61

Color information

#CCAE61 (or 0xCCAE61) is unknown color: approx Laser. HEX triplet: CC, AE and 61. RGB value is (204,174,97). Sum of RGB (Red+Green+Blue) = 204+174+97=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAE61 is #33519E. Grayscale: #AEAEAE. Windows color (decimal): -3363231 or 6401740. OLE color: 6401740.

HSL color Cylindrical-coordinate representation of color #CCAE61: hue angle of 43.18º 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 #CCAE61 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB20417497-
CMYK00.150.520.2
HSL43.18º51.2%59.02%-
HSV(B)43.18º52.45%80%-
XYZ42.243.9717.57-
YUV174.1984.44149.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 97 (38.28% from 255) = 20.42%
R=42.95%
G=36.63%
B=20.42%

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
Decimal2041749700.150.520.243.1851.259.02
HexCCAE610F34142b333b
Octal3142561410176424536373
Binary110011001010111011000010111111010010100101011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE61; }

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

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

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

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

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

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

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

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