#CCAE5F

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

Shades of Laser #CCAE5F

Tints of Laser #CCAE5F

Color information

#CCAE5F (or 0xCCAE5F) is unknown color: approx Laser. HEX triplet: CC, AE and 5F. RGB value is (204,174,95). Sum of RGB (Red+Green+Blue) = 204+174+95=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAE5F is #3351A0. Grayscale: #AEAEAE. Windows color (decimal): -3363233 or 6270668. OLE color: 6270668.

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

Color convert

RGB20417495-
CMYK00.150.530.2
HSL43.49º51.66%58.63%-
HSV(B)43.49º53.43%80%-
XYZ42.143.9417.09-
YUV173.9683.44149.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 174 (68.36% from 255) = 36.79%
BLUE value IS 95 (37.5% from 255) = 20.08%
R=43.13%
G=36.79%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041749500.150.530.243.4951.6658.63
HexCCAE5F0F35142b343b
Octal3142561370176524536473
Binary110011001010111010111110111111010110100101011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE5F; }

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

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

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

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

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

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

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

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