Html Css Color HEX #C39E12 Buddha Gold

📋 copy color: '#C39E12'

red 195 ◦ green 158 ◦ blue 18

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

Shades of Buddha Gold #C39E12

Tints of Buddha Gold #C39E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.85%

R = 52.56%
G = 42.59%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C39E12 (or 0xC39E12) is known color: Buddha Gold. HEX triplet: C3, 9E and 12. RGB value is (195,158,18). Sum of RGB (Red+Green+Blue) = 195+158+18=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39E12 is #3C61ED. Grayscale: #999999. Windows color (decimal): -3957230 or 1220291. OLE color: 1220291.

HSL color Cylindrical-coordinate representation of color #C39E12: hue angle of 47.46º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C39E12 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 158 18 -
CMYK 0 0.19 0.91 0.24
HSL 47.46º 0.83% 0.42% -
HSV(B) 47.46º 0.91% 0.76% -
XYZ 34.84 36.1 5.7 -
YUV 153.1 51.76 157.88 -
System Red Green Blue C M Y K H S L
Decimal 195 158 18 0 0.19 0.91 0.24 47.46 0.83 0.42
Hex C3 9E 12 0 13 5B 18 2F 53 2A
Octal 303 236 22 0 23 133 30 57 123 52
Binary 11000011 10011110 10010 0 10011 1011011 11000 101111 1010011 101010

Color Harmonies of #C39E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39E12

Black with #C39E12

Text Example


Text Example

White with #C39E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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