#CCA963

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

Shades of Laser #CCA963

Tints of Laser #CCA963

Color information

#CCA963 (or 0xCCA963) is unknown color: approx Laser. HEX triplet: CC, A9 and 63. RGB value is (204,169,99). Sum of RGB (Red+Green+Blue) = 204+169+99=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA963 is #33569C. Grayscale: #ABABAB. Windows color (decimal): -3364509 or 6531532. OLE color: 6531532.

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

Color convert

RGB20416999-
CMYK00.170.510.2
HSL40º50.72%59.41%-
HSV(B)40º51.47%80%-
XYZ41.3442.1117.75-
YUV171.4887.1151.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.22%
GREEN value IS 169 (66.41% from 255) = 35.81%
BLUE value IS 99 (39.06% from 255) = 20.97%
R=43.22%
G=35.81%
B=20.97%

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
Decimal2041699900.170.510.24050.7259.41
HexCCA963011331428333b
Octal3142511430216324506373
Binary1100110010101001110001101000111001110100101000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA963; }

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

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

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

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

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

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

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

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