Html Css Color HEX #C39019 Buddha Gold

📋 copy color: '#C39019'

red 195 ◦ green 144 ◦ blue 25

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

Shades of Buddha Gold #C39019

Tints of Buddha Gold #C39019

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.56%

 BLUE value IS 25 (10.16% from 255) = 6.87%

R = 53.57%
G = 39.56%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C39019 (or 0xC39019) is known color: Buddha Gold. HEX triplet: C3, 90 and 19. RGB value is (195,144,25). Sum of RGB (Red+Green+Blue) = 195+144+25=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C39019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39019 is #3C6FE6. Grayscale: #929292. Windows color (decimal): -3960807 or 1675459. OLE color: 1675459.

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

Color convert

RGB 195 144 25 -
CMYK 0 0.26 0.87 0.24
HSL 42º 0.77% 0.43% -
HSV(B) 42º 0.87% 0.76% -
XYZ 32.65 31.62 5.3 -
YUV 145.68 59.9 163.18 -
System Red Green Blue C M Y K H S L
Decimal 195 144 25 0 0.26 0.87 0.24 42 0.77 0.43
Hex C3 90 19 0 1A 57 18 2A 4D 2B
Octal 303 220 31 0 32 127 30 52 115 53
Binary 11000011 10010000 11001 0 11010 1010111 11000 101010 1001101 101011

Color Harmonies of #C39019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39019

Black with #C39019

Text Example


Text Example

White with #C39019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39019; }

 p { color: rgb(195,144,25); }

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

background-color css

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

 a { background-color: rgb(195,144,25); }

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

border-color css

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

 span { border-color: rgb(195,144,25); }

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