Html Css Color HEX #C39E1E Buddha Gold

📋 copy color: '#C39E1E'

red 195 ◦ green 158 ◦ blue 30

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

Shades of Buddha Gold #C39E1E

Tints of Buddha Gold #C39E1E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.25%

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

R = 50.91%
G = 41.25%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C39E1E (or 0xC39E1E) is known color: Buddha Gold. HEX triplet: C3, 9E and 1E. RGB value is (195,158,30). Sum of RGB (Red+Green+Blue) = 195+158+30=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39E1E is #3C61E1. Grayscale: #9B9B9B. Windows color (decimal): -3957218 or 2006723. OLE color: 2006723.

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

Color convert

RGB 195 158 30 -
CMYK 0 0.19 0.85 0.24
HSL 46.55º 0.73% 0.44% -
HSV(B) 46.55º 0.85% 0.76% -
XYZ 34.97 36.15 6.36 -
YUV 154.47 57.76 156.91 -
System Red Green Blue C M Y K H S L
Decimal 195 158 30 0 0.19 0.85 0.24 46.55 0.73 0.44
Hex C3 9E 1E 0 13 55 18 2F 49 2C
Octal 303 236 36 0 23 125 30 57 111 54
Binary 11000011 10011110 11110 0 10011 1010101 11000 101111 1001001 101100

Color Harmonies of #C39E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39E1E

Black with #C39E1E

Text Example


Text Example

White with #C39E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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