Html Css Color HEX #C39A1F Buddha Gold

📋 copy color: '#C39A1F'

red 195 ◦ green 154 ◦ blue 31

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

Shades of Buddha Gold #C39A1F

Tints of Buddha Gold #C39A1F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.53%

 BLUE value IS 31 (12.5% from 255) = 8.16%

R = 51.32%
G = 40.53%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C39A1F (or 0xC39A1F) is known color: Buddha Gold. HEX triplet: C3, 9A and 1F. RGB value is (195,154,31). Sum of RGB (Red+Green+Blue) = 195+154+31=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39A1F is #3C65E0. Grayscale: #989898. Windows color (decimal): -3958241 or 2071235. OLE color: 2071235.

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

Color convert

RGB 195 154 31 -
CMYK 0 0.21 0.84 0.24
HSL 45º 0.73% 0.44% -
HSV(B) 45º 0.84% 0.76% -
XYZ 34.31 34.81 6.21 -
YUV 152.24 59.58 158.5 -
System Red Green Blue C M Y K H S L
Decimal 195 154 31 0 0.21 0.84 0.24 45 0.73 0.44
Hex C3 9A 1F 0 15 54 18 2D 49 2C
Octal 303 232 37 0 25 124 30 55 111 54
Binary 11000011 10011010 11111 0 10101 1010100 11000 101101 1001001 101100

Color Harmonies of #C39A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39A1F

Black with #C39A1F

Text Example


Text Example

White with #C39A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39A1F; }

 p { color: rgb(195,154,31); }

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

background-color css

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

 a { background-color: rgb(195,154,31); }

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

border-color css

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

 span { border-color: rgb(195,154,31); }

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