Html Css Color HEX #C2AC0C Buddha Gold

📋 copy color: '#C2AC0C'

red 194 ◦ green 172 ◦ blue 12

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

Shades of Buddha Gold #C2AC0C

Tints of Buddha Gold #C2AC0C

RGB

 RED value IS 194 (76.17% from 255) = 51.32%

 GREEN value IS 172 (67.58% from 255) = 45.5%

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

R = 51.32%
G = 45.5%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2AC0C (or 0xC2AC0C) is known color: Buddha Gold. HEX triplet: C2, AC and 0C. RGB value is (194,172,12). Sum of RGB (Red+Green+Blue) = 194+172+12=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AC0C is #3D53F3. Grayscale: #A0A0A0. Windows color (decimal): -4019188 or 830658. OLE color: 830658.

HSL color Cylindrical-coordinate representation of color #C2AC0C: hue angle of 52.75º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2AC0C is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 172 12 -
CMYK 0 0.11 0.94 0.24
HSL 52.75º 0.88% 0.4% -
HSV(B) 52.75º 0.94% 0.76% -
XYZ 37.07 41 6.31 -
YUV 160.34 44.29 152.01 -
System Red Green Blue C M Y K H S L
Decimal 194 172 12 0 0.11 0.94 0.24 52.75 0.88 0.4
Hex C2 AC C 0 B 5E 18 35 58 28
Octal 302 254 14 0 13 136 30 65 130 50
Binary 11000010 10101100 1100 0 1011 1011110 11000 110101 1011000 101000

Color Harmonies of #C2AC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC0C

Black with #C2AC0C

Text Example


Text Example

White with #C2AC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC0C; }

 p { color: rgb(194,172,12); }

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

background-color css

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

 a { background-color: rgb(194,172,12); }

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

border-color css

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

 span { border-color: rgb(194,172,12); }

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