Html Css Color HEX #C3AC0C Buddha Gold

📋 copy color: '#C3AC0C'

red 195 ◦ green 172 ◦ blue 12

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

Shades of Buddha Gold #C3AC0C

Tints of Buddha Gold #C3AC0C

RGB

 RED value IS 195 (76.56% from 255) = 51.45%

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

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

R = 51.45%
G = 45.38%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3AC0C (or 0xC3AC0C) is known color: Buddha Gold. HEX triplet: C3, AC and 0C. RGB value is (195,172,12). Sum of RGB (Red+Green+Blue) = 195+172+12=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AC0C is #3C53F3. Grayscale: #A1A1A1. Windows color (decimal): -3953652 or 830659. OLE color: 830659.

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

Color convert

RGB 195 172 12 -
CMYK 0 0.12 0.94 0.24
HSL 52.46º 0.88% 0.41% -
HSV(B) 52.46º 0.94% 0.76% -
XYZ 37.32 41.13 6.32 -
YUV 160.64 44.12 152.51 -
System Red Green Blue C M Y K H S L
Decimal 195 172 12 0 0.12 0.94 0.24 52.46 0.88 0.41
Hex C3 AC C 0 C 5E 18 34 58 29
Octal 303 254 14 0 14 136 30 64 130 51
Binary 11000011 10101100 1100 0 1100 1011110 11000 110100 1011000 101001

Color Harmonies of #C3AC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AC0C

Black with #C3AC0C

Text Example


Text Example

White with #C3AC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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