#CCAC64

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

Shades of Laser #CCAC64

Tints of Laser #CCAC64

Color information

#CCAC64 (or 0xCCAC64) is unknown color: approx Laser. HEX triplet: CC, AC and 64. RGB value is (204,172,100). Sum of RGB (Red+Green+Blue) = 204+172+100=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC64 is #33539B. Grayscale: #ADADAD. Windows color (decimal): -3363740 or 6597836. OLE color: 6597836.

HSL color Cylindrical-coordinate representation of color #CCAC64: hue angle of 41.54º 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 #CCAC64 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB204172100-
CMYK00.160.510.2
HSL41.54º50.49%59.61%-
HSV(B)41.54º50.98%80%-
XYZ41.9543.2618.2-
YUV173.3686.6149.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 172 (67.58% from 255) = 36.13%
BLUE value IS 100 (39.45% from 255) = 21.01%
R=42.86%
G=36.13%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417210000.160.510.241.5450.4959.61
HexCCAC6401033142a323c
Octal3142541440206324526274
Binary1100110010101100110010001000011001110100101010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC64; }

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

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

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

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

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

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

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

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