Html Css Color HEX #C4991F Buddha Gold

📋 copy color: '#C4991F'

red 196 ◦ green 153 ◦ blue 31

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

Shades of Buddha Gold #C4991F

Tints of Buddha Gold #C4991F

RGB

 RED value IS 196 (76.95% from 255) = 51.58%

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

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

R = 51.58%
G = 40.26%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4991F (or 0xC4991F) is known color: Buddha Gold. HEX triplet: C4, 99 and 1F. RGB value is (196,153,31). Sum of RGB (Red+Green+Blue) = 196+153+31=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C4991F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4991F is #3B66E0. Grayscale: #989898. Windows color (decimal): -3892961 or 2070980. OLE color: 2070980.

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

Color convert

RGB 196 153 31 -
CMYK 0 0.22 0.84 0.23
HSL 44.36º 0.73% 0.45% -
HSV(B) 44.36º 0.84% 0.77% -
XYZ 34.4 34.62 6.16 -
YUV 151.95 59.75 159.42 -
System Red Green Blue C M Y K H S L
Decimal 196 153 31 0 0.22 0.84 0.23 44.36 0.73 0.45
Hex C4 99 1F 0 16 54 17 2C 49 2D
Octal 304 231 37 0 26 124 27 54 111 55
Binary 11000100 10011001 11111 0 10110 1010100 10111 101100 1001001 101101

Color Harmonies of #C4991F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4991F

Black with #C4991F

Text Example


Text Example

White with #C4991F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4991F; }

 p { color: rgb(196,153,31); }

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

background-color css

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

 a { background-color: rgb(196,153,31); }

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

border-color css

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

 span { border-color: rgb(196,153,31); }

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