Html Css Color HEX #C39C25 Buddha Gold

📋 copy color: '#C39C25'

red 195 ◦ green 156 ◦ blue 37

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

Shades of Buddha Gold #C39C25

Tints of Buddha Gold #C39C25

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.21%

 BLUE value IS 37 (14.84% from 255) = 9.54%

R = 50.26%
G = 40.21%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C39C25 (or 0xC39C25) is known color: Buddha Gold. HEX triplet: C3, 9C and 25. RGB value is (195,156,37). Sum of RGB (Red+Green+Blue) = 195+156+37=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 37 (14.84% from 255 or 9.54% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39C25 is #3C63DA. Grayscale: #9A9A9A. Windows color (decimal): -3957723 or 2464963. OLE color: 2464963.

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

Color convert

RGB 195 156 37 -
CMYK 0 0.20 0.81 0.24
HSL 45.19º 0.68% 0.45% -
HSV(B) 45.19º 0.81% 0.76% -
XYZ 34.73 35.51 6.77 -
YUV 154.1 61.92 157.18 -
System Red Green Blue C M Y K H S L
Decimal 195 156 37 0 0.20 0.81 0.24 45.19 0.68 0.45
Hex C3 9C 25 0 14 51 18 2D 44 2D
Octal 303 234 45 0 24 121 30 55 104 55
Binary 11000011 10011100 100101 0 10100 1010001 11000 101101 1000100 101101

Color Harmonies of #C39C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39C25

Black with #C39C25

Text Example


Text Example

White with #C39C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39C25; }

 p { color: rgb(195,156,37); }

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

background-color css

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

 a { background-color: rgb(195,156,37); }

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

border-color css

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

 span { border-color: rgb(195,156,37); }

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