#CCAE5B

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

Shades of Laser #CCAE5B

Tints of Laser #CCAE5B

Color information

#CCAE5B (or 0xCCAE5B) is unknown color: approx Laser. HEX triplet: CC, AE and 5B. RGB value is (204,174,91). Sum of RGB (Red+Green+Blue) = 204+174+91=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 91 (35.94% from 255 or 19.40% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAE5B is #3351A4. Grayscale: #ADADAD. Windows color (decimal): -3363237 or 6008524. OLE color: 6008524.

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

Color convert

RGB20417491-
CMYK00.150.550.2
HSL44.07º52.56%57.84%-
HSV(B)44.07º55.39%80%-
XYZ41.9343.8616.15-
YUV173.5181.44149.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 91 (35.94% from 255) = 19.40%
R=43.50%
G=37.10%
B=19.40%

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
Decimal2041749100.150.550.244.0752.5657.84
HexCCAE5B0F37142c353a
Octal3142561330176724546572
Binary110011001010111010110110111111011110100101100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE5B; }

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

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

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

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

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

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

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

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