Html Css Color HEX #C39716 Buddha Gold

📋 copy color: '#C39716'

red 195 ◦ green 151 ◦ blue 22

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

Shades of Buddha Gold #C39716

Tints of Buddha Gold #C39716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.98%

R = 52.99%
G = 41.03%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C39716 (or 0xC39716) is known color: Buddha Gold. HEX triplet: C3, 97 and 16. RGB value is (195,151,22). Sum of RGB (Red+Green+Blue) = 195+151+22=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C39716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39716 is #3C68E9. Grayscale: #969696. Windows color (decimal): -3959018 or 1480643. OLE color: 1480643.

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

Color convert

RGB 195 151 22 -
CMYK 0 0.23 0.89 0.24
HSL 44.74º 0.8% 0.43% -
HSV(B) 44.74º 0.89% 0.76% -
XYZ 33.72 33.79 5.5 -
YUV 149.45 56.08 160.49 -
System Red Green Blue C M Y K H S L
Decimal 195 151 22 0 0.23 0.89 0.24 44.74 0.8 0.43
Hex C3 97 16 0 17 59 18 2D 50 2B
Octal 303 227 26 0 27 131 30 55 120 53
Binary 11000011 10010111 10110 0 10111 1011001 11000 101101 1010000 101011

Color Harmonies of #C39716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39716

Black with #C39716

Text Example


Text Example

White with #C39716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39716; }

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

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

background-color css

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

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

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

border-color css

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

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

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