Html Css Color HEX #C39C07 Buddha Gold

📋 copy color: '#C39C07'

red 195 ◦ green 156 ◦ blue 7

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

Shades of Buddha Gold #C39C07

Tints of Buddha Gold #C39C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.96%

R = 54.47%
G = 43.58%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C39C07 (or 0xC39C07) is known color: Buddha Gold. HEX triplet: C3, 9C and 07. RGB value is (195,156,7). Sum of RGB (Red+Green+Blue) = 195+156+7=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 7 (3.12% from 255 or 1.96% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39C07 is #3C63F8. Grayscale: #979797. Windows color (decimal): -3957753 or 498883. OLE color: 498883.

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

Color convert

RGB 195 156 7 -
CMYK 0 0.20 0.96 0.24
HSL 47.55º 0.93% 0.4% -
HSV(B) 47.55º 0.96% 0.76% -
XYZ 34.43 35.39 5.22 -
YUV 150.68 46.92 159.62 -
System Red Green Blue C M Y K H S L
Decimal 195 156 7 0 0.20 0.96 0.24 47.55 0.93 0.4
Hex C3 9C 7 0 14 60 18 30 5D 28
Octal 303 234 7 0 24 140 30 60 135 50
Binary 11000011 10011100 111 0 10100 1100000 11000 110000 1011101 101000

Color Harmonies of #C39C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39C07

Black with #C39C07

Text Example


Text Example

White with #C39C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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