#CCA964

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

Shades of Laser #CCA964

Tints of Laser #CCA964

Color information

#CCA964 (or 0xCCA964) is unknown color: approx Laser. HEX triplet: CC, A9 and 64. RGB value is (204,169,100). Sum of RGB (Red+Green+Blue) = 204+169+100=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA964 is #33569B. Grayscale: #ABABAB. Windows color (decimal): -3364508 or 6597068. OLE color: 6597068.

HSL color Cylindrical-coordinate representation of color #CCA964: hue angle of 39.81º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCA964 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB204169100-
CMYK00.170.510.2
HSL39.81º50.49%59.61%-
HSV(B)39.81º50.98%80%-
XYZ41.3942.1318.01-
YUV171.687.6151.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 169 (66.41% from 255) = 35.73%
BLUE value IS 100 (39.45% from 255) = 21.14%
R=43.13%
G=35.73%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416910000.170.510.239.8150.4959.61
HexCCA964011331428323c
Octal3142511440216324506274
Binary1100110010101001110010001000111001110100101000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA964; }

 p { color: rgb(204,169,100); }

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

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

 a { background-color: rgb(204,169,100); }

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

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

 span { border-color: rgb(204,169,100); }

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