Html Css Color HEX #C39920 Buddha Gold

📋 copy color: '#C39920'

red 195 ◦ green 153 ◦ blue 32

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

Shades of Buddha Gold #C39920

Tints of Buddha Gold #C39920

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.26%

 BLUE value IS 32 (12.89% from 255) = 8.42%

R = 51.32%
G = 40.26%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C39920 (or 0xC39920) is known color: Buddha Gold. HEX triplet: C3, 99 and 20. RGB value is (195,153,32). Sum of RGB (Red+Green+Blue) = 195+153+32=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C39920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39920 is #3C66DF. Grayscale: #989898. Windows color (decimal): -3958496 or 2136515. OLE color: 2136515.

HSL color Cylindrical-coordinate representation of color #C39920: hue angle of 44.54º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C39920 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 153 32 -
CMYK 0 0.22 0.84 0.24
HSL 44.54º 0.72% 0.45% -
HSV(B) 44.54º 0.84% 0.76% -
XYZ 34.16 34.49 6.22 -
YUV 151.76 60.41 158.84 -
System Red Green Blue C M Y K H S L
Decimal 195 153 32 0 0.22 0.84 0.24 44.54 0.72 0.45
Hex C3 99 20 0 16 54 18 2D 48 2D
Octal 303 231 40 0 26 124 30 55 110 55
Binary 11000011 10011001 100000 0 10110 1010100 11000 101101 1001000 101101

Color Harmonies of #C39920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39920

Black with #C39920

Text Example


Text Example

White with #C39920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39920; }

 p { color: rgb(195,153,32); }

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

background-color css

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

 a { background-color: rgb(195,153,32); }

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

border-color css

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

 span { border-color: rgb(195,153,32); }

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