Html Css Color HEX #C3991E Buddha Gold

📋 copy color: '#C3991E'

red 195 ◦ green 153 ◦ blue 30

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

Shades of Buddha Gold #C3991E

Tints of Buddha Gold #C3991E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.94%

R = 51.59%
G = 40.48%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3991E (or 0xC3991E) is known color: Buddha Gold. HEX triplet: C3, 99 and 1E. RGB value is (195,153,30). Sum of RGB (Red+Green+Blue) = 195+153+30=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C3991E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3991E is #3C66E1. Grayscale: #989898. Windows color (decimal): -3958498 or 2005443. OLE color: 2005443.

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

Color convert

RGB 195 153 30 -
CMYK 0 0.22 0.85 0.24
HSL 44.73º 0.73% 0.44% -
HSV(B) 44.73º 0.85% 0.76% -
XYZ 34.13 34.48 6.08 -
YUV 151.54 59.41 159 -
System Red Green Blue C M Y K H S L
Decimal 195 153 30 0 0.22 0.85 0.24 44.73 0.73 0.44
Hex C3 99 1E 0 16 55 18 2D 49 2C
Octal 303 231 36 0 26 125 30 55 111 54
Binary 11000011 10011001 11110 0 10110 1010101 11000 101101 1001001 101100

Color Harmonies of #C3991E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3991E

Black with #C3991E

Text Example


Text Example

White with #C3991E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3991E; }

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

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

background-color css

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

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

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

border-color css

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

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

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