#CCAD64

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

Shades of Laser #CCAD64

Tints of Laser #CCAD64

Color information

#CCAD64 (or 0xCCAD64) is unknown color: approx Laser. HEX triplet: CC, AD and 64. RGB value is (204,173,100). Sum of RGB (Red+Green+Blue) = 204+173+100=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAD64 is #33529B. Grayscale: #AEAEAE. Windows color (decimal): -3363484 or 6598092. OLE color: 6598092.

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

Color convert

RGB204173100-
CMYK00.150.510.2
HSL42.12º50.49%59.61%-
HSV(B)42.12º50.98%80%-
XYZ42.1543.6418.26-
YUV173.9586.27149.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 100 (39.45% from 255) = 20.96%
R=42.77%
G=36.27%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417310000.150.510.242.1250.4959.61
HexCCAD640F33142a323c
Octal3142551440176324526274
Binary110011001010110111001000111111001110100101010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD64; }

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

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

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

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

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

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

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

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