#CCA965

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

Shades of Laser #CCA965

Tints of Laser #CCA965

Color information

#CCA965 (or 0xCCA965) is unknown color: approx Laser. HEX triplet: CC, A9 and 65. RGB value is (204,169,101). Sum of RGB (Red+Green+Blue) = 204+169+101=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA965 is #33569A. Grayscale: #ACACAC. Windows color (decimal): -3364507 or 6662604. OLE color: 6662604.

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

Color convert

RGB204169101-
CMYK00.170.500.2
HSL39.61º50.24%59.8%-
HSV(B)39.61º50.49%80%-
XYZ41.4442.1518.26-
YUV171.7188.1151.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.04%
GREEN value IS 169 (66.41% from 255) = 35.65%
BLUE value IS 101 (39.84% from 255) = 21.31%
R=43.04%
G=35.65%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416910100.170.500.239.6150.2459.8
HexCCA965011321428323c
Octal3142511450216224506274
Binary1100110010101001110010101000111001010100101000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA965; }

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

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

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

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

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

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

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

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