Html Css Color HEX #C39A0C Buddha Gold

📋 copy color: '#C39A0C'

red 195 ◦ green 154 ◦ blue 12

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

Shades of Buddha Gold #C39A0C

Tints of Buddha Gold #C39A0C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.66%

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

R = 54.02%
G = 42.66%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C39A0C (or 0xC39A0C) is known color: Buddha Gold. HEX triplet: C3, 9A and 0C. RGB value is (195,154,12). Sum of RGB (Red+Green+Blue) = 195+154+12=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39A0C is #3C65F3. Grayscale: #969696. Windows color (decimal): -3958260 or 826051. OLE color: 826051.

HSL color Cylindrical-coordinate representation of color #C39A0C: hue angle of 46.56º 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 #C39A0C is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 154 12 -
CMYK 0 0.21 0.94 0.24
HSL 46.56º 0.88% 0.41% -
HSV(B) 46.56º 0.94% 0.76% -
XYZ 34.13 34.74 5.25 -
YUV 150.07 50.08 160.05 -
System Red Green Blue C M Y K H S L
Decimal 195 154 12 0 0.21 0.94 0.24 46.56 0.88 0.41
Hex C3 9A C 0 15 5E 18 2F 58 29
Octal 303 232 14 0 25 136 30 57 130 51
Binary 11000011 10011010 1100 0 10101 1011110 11000 101111 1011000 101001

Color Harmonies of #C39A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39A0C

Black with #C39A0C

Text Example


Text Example

White with #C39A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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