#CC960A

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

Shades of Buddha Gold #CC960A

Tints of Buddha Gold #CC960A

Color information

#CC960A (or 0xCC960A) is unknown color: approx Buddha Gold. HEX triplet: CC, 96 and 0A. RGB value is (204,150,10). Sum of RGB (Red+Green+Blue) = 204+150+10=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 10 (4.30% from 255 or 2.75% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC960A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC960A is #3369F5. Grayscale: #969696. Windows color (decimal): -3369462 or 693964. OLE color: 693964.

HSL color Cylindrical-coordinate representation of color #CC960A: hue angle of 43.3º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC960A is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB20415010-
CMYK00.260.950.2
HSL43.3º90.65%41.96%-
HSV(B)43.3º95.1%80%-
XYZ35.8634.675.09-
YUV150.1948.89166.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.04%
GREEN value IS 150 (58.98% from 255) = 41.21%
BLUE value IS 10 (4.30% from 255) = 2.75%
R=56.04%
G=41.21%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.95
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041501000.260.950.243.390.6541.96
HexCC96A01A5F142b5b2a
Octal31422612032137245313352
Binary110011001001011010100110101011111101001010111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC960A; }

 p { color: rgb(204,150,10); }

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

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

 a { background-color: rgb(204,150,10); }

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

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

 span { border-color: rgb(204,150,10); }

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