#CCA112

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

Shades of Buddha Gold #CCA112

Tints of Buddha Gold #CCA112

Color information

#CCA112 (or 0xCCA112) is unknown color: approx Buddha Gold. HEX triplet: CC, A1 and 12. RGB value is (204,161,18). Sum of RGB (Red+Green+Blue) = 204+161+18=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA112 is #335EED. Grayscale: #9E9E9E. Windows color (decimal): -3366638 or 1221068. OLE color: 1221068.

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

Color convert

RGB20416118-
CMYK00.210.910.2
HSL46.13º83.78%43.53%-
HSV(B)46.13º91.18%80%-
XYZ37.7638.375.99-
YUV157.5549.25161.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.26%
GREEN value IS 161 (63.28% from 255) = 42.04%
BLUE value IS 18 (7.42% from 255) = 4.70%
R=53.26%
G=42.04%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.91
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041611800.210.910.246.1383.7843.53
HexCCA1120155B142e542c
Octal31424122025133245612454
Binary1100110010100001100100101011011011101001011101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA112; }

 p { color: rgb(204,161,18); }

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

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

 a { background-color: rgb(204,161,18); }

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

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

 span { border-color: rgb(204,161,18); }

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