Html Css Color HEX #C39C1E Buddha Gold

📋 copy color: '#C39C1E'

red 195 ◦ green 156 ◦ blue 30

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

Shades of Buddha Gold #C39C1E

Tints of Buddha Gold #C39C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.87%

R = 51.18%
G = 40.94%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C39C1E (or 0xC39C1E) is known color: Buddha Gold. HEX triplet: C3, 9C and 1E. RGB value is (195,156,30). Sum of RGB (Red+Green+Blue) = 195+156+30=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39C1E is #3C63E1. Grayscale: #999999. Windows color (decimal): -3957730 or 2006211. OLE color: 2006211.

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

Color convert

RGB 195 156 30 -
CMYK 0 0.20 0.85 0.24
HSL 45.82º 0.73% 0.44% -
HSV(B) 45.82º 0.85% 0.76% -
XYZ 34.63 35.47 6.25 -
YUV 153.3 58.42 157.75 -
System Red Green Blue C M Y K H S L
Decimal 195 156 30 0 0.20 0.85 0.24 45.82 0.73 0.44
Hex C3 9C 1E 0 14 55 18 2E 49 2C
Octal 303 234 36 0 24 125 30 56 111 54
Binary 11000011 10011100 11110 0 10100 1010101 11000 101110 1001001 101100

Color Harmonies of #C39C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39C1E

Black with #C39C1E

Text Example


Text Example

White with #C39C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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