Html Css Color HEX #CCA00C Buddha Gold

📋 copy color: '#CCA00C'

red 204 ◦ green 160 ◦ blue 12

#CCA00C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #CCA00C

Tints of Buddha Gold #CCA00C

RGB

 RED value IS 204 (80.08% from 255) = 54.26%

 GREEN value IS 160 (62.89% from 255) = 42.55%

 BLUE value IS 12 (5.08% from 255) = 3.19%

R = 54.26%
G = 42.55%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCA00C (or 0xCCA00C) is known color: Buddha Gold. HEX triplet: CC, A0 and 0C. RGB value is (204,160,12). Sum of RGB (Red+Green+Blue) = 204+160+12=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA00C is #335FF3. Grayscale: #9C9C9C. Windows color (decimal): -3366900 or 827596. OLE color: 827596.

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

Color convert

RGB 204 160 12 -
CMYK 0 0.22 0.94 0.2
HSL 46.25º 0.89% 0.42% -
HSV(B) 46.25º 0.94% 0.8% -
XYZ 37.54 38.01 5.71 -
YUV 156.28 46.58 162.03 -
System Red Green Blue C M Y K H S L
Decimal 204 160 12 0 0.22 0.94 0.2 46.25 0.89 0.42
Hex CC A0 C 0 16 5E 14 2E 59 2A
Octal 314 240 14 0 26 136 24 56 131 52
Binary 11001100 10100000 1100 0 10110 1011110 10100 101110 1011001 101010

Color Harmonies of #CCA00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA00C

Black with #CCA00C

Text Example


Text Example

White with #CCA00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA00C; }

 p { color: rgb(204,160,12); }

 H1.HeaderClassName
 {
   color: #CCA00C;
 }
 .AnyTagClassName
 {
   color: #CCA00C;
 }
</style>

background-color css

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

 a { background-color: rgb(204,160,12); }

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

border-color css

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

 span { border-color: rgb(204,160,12); }

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