#CCAE5C

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

Shades of Laser #CCAE5C

Tints of Laser #CCAE5C

Color information

#CCAE5C (or 0xCCAE5C) is unknown color: approx Laser. HEX triplet: CC, AE and 5C. RGB value is (204,174,92). Sum of RGB (Red+Green+Blue) = 204+174+92=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAE5C is #3351A3. Grayscale: #ADADAD. Windows color (decimal): -3363236 or 6074060. OLE color: 6074060.

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

Color convert

RGB20417492-
CMYK00.150.550.2
HSL43.93º52.34%58.04%-
HSV(B)43.93º54.9%80%-
XYZ41.9743.8816.38-
YUV173.6281.94149.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 174 (68.36% from 255) = 37.02%
BLUE value IS 92 (36.33% from 255) = 19.57%
R=43.40%
G=37.02%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041749200.150.550.243.9352.3458.04
HexCCAE5C0F37142c343a
Octal3142561340176724546472
Binary110011001010111010111000111111011110100101100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE5C; }

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

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

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

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

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

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

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

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