#CCA85D

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

Shades of Laser #CCA85D

Tints of Laser #CCA85D

Color information

#CCA85D (or 0xCCA85D) is unknown color: approx Laser. HEX triplet: CC, A8 and 5D. RGB value is (204,168,93). Sum of RGB (Red+Green+Blue) = 204+168+93=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA85D is #3357A2. Grayscale: #AAAAAA. Windows color (decimal): -3364771 or 6138060. OLE color: 6138060.

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

Color convert

RGB20416893-
CMYK00.180.540.2
HSL40.54º52.11%58.24%-
HSV(B)40.54º54.41%80%-
XYZ40.8841.6316.24-
YUV170.2184.43152.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.87%
GREEN value IS 168 (66.02% from 255) = 36.13%
BLUE value IS 93 (36.72% from 255) = 20%
R=43.87%
G=36.13%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041689300.180.540.240.5452.1158.24
HexCCA85D012361429343a
Octal3142501350226624516472
Binary1100110010101000101110101001011011010100101001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA85D; }

 p { color: rgb(204,168,93); }

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

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

 a { background-color: rgb(204,168,93); }

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

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

 span { border-color: rgb(204,168,93); }

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