Html Css Color HEX #C39318 Buddha Gold

📋 copy color: '#C39318'

red 195 ◦ green 147 ◦ blue 24

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

Shades of Buddha Gold #C39318

Tints of Buddha Gold #C39318

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.16%

 BLUE value IS 24 (9.77% from 255) = 6.56%

R = 53.28%
G = 40.16%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C39318 (or 0xC39318) is known color: Buddha Gold. HEX triplet: C3, 93 and 18. RGB value is (195,147,24). Sum of RGB (Red+Green+Blue) = 195+147+24=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C39318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39318 is #3C6CE7. Grayscale: #939393. Windows color (decimal): -3960040 or 1610691. OLE color: 1610691.

HSL color Cylindrical-coordinate representation of color #C39318: hue angle of 43.16º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C39318 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 147 24 -
CMYK 0 0.25 0.88 0.24
HSL 43.16º 0.78% 0.43% -
HSV(B) 43.16º 0.88% 0.76% -
XYZ 33.1 32.54 5.4 -
YUV 147.33 58.4 162 -
System Red Green Blue C M Y K H S L
Decimal 195 147 24 0 0.25 0.88 0.24 43.16 0.78 0.43
Hex C3 93 18 0 19 58 18 2B 4E 2B
Octal 303 223 30 0 31 130 30 53 116 53
Binary 11000011 10010011 11000 0 11001 1011000 11000 101011 1001110 101011

Color Harmonies of #C39318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39318

Black with #C39318

Text Example


Text Example

White with #C39318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39318; }

 p { color: rgb(195,147,24); }

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

background-color css

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

 a { background-color: rgb(195,147,24); }

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

border-color css

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

 span { border-color: rgb(195,147,24); }

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