Html Css Color HEX #C39C0C Buddha Gold

📋 copy color: '#C39C0C'

red 195 ◦ green 156 ◦ blue 12

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

Shades of Buddha Gold #C39C0C

Tints of Buddha Gold #C39C0C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.98%

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

R = 53.72%
G = 42.98%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C39C0C (or 0xC39C0C) is known color: Buddha Gold. HEX triplet: C3, 9C and 0C. RGB value is (195,156,12). Sum of RGB (Red+Green+Blue) = 195+156+12=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39C0C is #3C63F3. Grayscale: #979797. Windows color (decimal): -3957748 or 826563. OLE color: 826563.

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

Color convert

RGB 195 156 12 -
CMYK 0 0.20 0.94 0.24
HSL 47.21º 0.88% 0.41% -
HSV(B) 47.21º 0.94% 0.76% -
XYZ 34.46 35.41 5.37 -
YUV 151.25 49.42 159.21 -
System Red Green Blue C M Y K H S L
Decimal 195 156 12 0 0.20 0.94 0.24 47.21 0.88 0.41
Hex C3 9C C 0 14 5E 18 2F 58 29
Octal 303 234 14 0 24 136 30 57 130 51
Binary 11000011 10011100 1100 0 10100 1011110 11000 101111 1011000 101001

Color Harmonies of #C39C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39C0C

Black with #C39C0C

Text Example


Text Example

White with #C39C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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