#CCAE5A

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

Shades of Laser #CCAE5A

Tints of Laser #CCAE5A

Color information

#CCAE5A (or 0xCCAE5A) is unknown color: approx Laser. HEX triplet: CC, AE and 5A. RGB value is (204,174,90). Sum of RGB (Red+Green+Blue) = 204+174+90=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAE5A is #3351A5. Grayscale: #ADADAD. Windows color (decimal): -3363238 or 5942988. OLE color: 5942988.

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

Color convert

RGB20417490-
CMYK00.150.560.2
HSL44.21º52.78%57.65%-
HSV(B)44.21º55.88%80%-
XYZ41.8843.8515.93-
YUV173.3980.94149.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.59%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 90 (35.55% from 255) = 19.23%
R=43.59%
G=37.18%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041749000.150.560.244.2152.7857.65
HexCCAE5A0F38142c353a
Octal3142561320177024546572
Binary110011001010111010110100111111100010100101100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE5A; }

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

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

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

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

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

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

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

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