Html Css Color HEX #C39912 Buddha Gold

📋 copy color: '#C39912'

red 195 ◦ green 153 ◦ blue 18

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

Shades of Buddha Gold #C39912

Tints of Buddha Gold #C39912

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.8%

 BLUE value IS 18 (7.42% from 255) = 4.92%

R = 53.28%
G = 41.8%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C39912 (or 0xC39912) is known color: Buddha Gold. HEX triplet: C3, 99 and 12. RGB value is (195,153,18). Sum of RGB (Red+Green+Blue) = 195+153+18=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C39912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39912 is #3C66ED. Grayscale: #969696. Windows color (decimal): -3958510 or 1219011. OLE color: 1219011.

HSL color Cylindrical-coordinate representation of color #C39912: hue angle of 45.76º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C39912 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 153 18 -
CMYK 0 0.22 0.91 0.24
HSL 45.76º 0.83% 0.42% -
HSV(B) 45.76º 0.91% 0.76% -
XYZ 34.01 34.43 5.43 -
YUV 150.17 53.41 159.98 -
System Red Green Blue C M Y K H S L
Decimal 195 153 18 0 0.22 0.91 0.24 45.76 0.83 0.42
Hex C3 99 12 0 16 5B 18 2E 53 2A
Octal 303 231 22 0 26 133 30 56 123 52
Binary 11000011 10011001 10010 0 10110 1011011 11000 101110 1010011 101010

Color Harmonies of #C39912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39912

Black with #C39912

Text Example


Text Example

White with #C39912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39912; }

 p { color: rgb(195,153,18); }

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

background-color css

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

 a { background-color: rgb(195,153,18); }

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

border-color css

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

 span { border-color: rgb(195,153,18); }

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