Html Css Color HEX #C39718 Buddha Gold

📋 copy color: '#C39718'

red 195 ◦ green 151 ◦ blue 24

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

Shades of Buddha Gold #C39718

Tints of Buddha Gold #C39718

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.81%

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

R = 52.7%
G = 40.81%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C39718 (or 0xC39718) is known color: Buddha Gold. HEX triplet: C3, 97 and 18. RGB value is (195,151,24). Sum of RGB (Red+Green+Blue) = 195+151+24=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 24 (9.77% from 255 or 6.49% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C39718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39718 is #3C68E7. Grayscale: #969696. Windows color (decimal): -3959016 or 1611715. OLE color: 1611715.

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

Color convert

RGB 195 151 24 -
CMYK 0 0.23 0.88 0.24
HSL 44.56º 0.78% 0.43% -
HSV(B) 44.56º 0.88% 0.76% -
XYZ 33.74 33.8 5.61 -
YUV 149.68 57.08 160.33 -
System Red Green Blue C M Y K H S L
Decimal 195 151 24 0 0.23 0.88 0.24 44.56 0.78 0.43
Hex C3 97 18 0 17 58 18 2D 4E 2B
Octal 303 227 30 0 27 130 30 55 116 53
Binary 11000011 10010111 11000 0 10111 1011000 11000 101101 1001110 101011

Color Harmonies of #C39718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39718

Black with #C39718

Text Example


Text Example

White with #C39718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39718; }

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

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

background-color css

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

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

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

border-color css

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

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

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