Html Css Color HEX #C4951F Buddha Gold

📋 copy color: '#C4951F'

red 196 ◦ green 149 ◦ blue 31

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

Shades of Buddha Gold #C4951F

Tints of Buddha Gold #C4951F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.63%

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

R = 52.13%
G = 39.63%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4951F (or 0xC4951F) is known color: Buddha Gold. HEX triplet: C4, 95 and 1F. RGB value is (196,149,31). Sum of RGB (Red+Green+Blue) = 196+149+31=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C4951F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4951F is #3B6AE0. Grayscale: #969696. Windows color (decimal): -3893985 or 2069956. OLE color: 2069956.

HSL color Cylindrical-coordinate representation of color #C4951F: hue angle of 42.91º 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 #C4951F is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 149 31 -
CMYK 0 0.24 0.84 0.23
HSL 42.91º 0.73% 0.45% -
HSV(B) 42.91º 0.84% 0.77% -
XYZ 33.76 33.33 5.95 -
YUV 149.6 61.07 161.09 -
System Red Green Blue C M Y K H S L
Decimal 196 149 31 0 0.24 0.84 0.23 42.91 0.73 0.45
Hex C4 95 1F 0 18 54 17 2B 49 2D
Octal 304 225 37 0 30 124 27 53 111 55
Binary 11000100 10010101 11111 0 11000 1010100 10111 101011 1001001 101101

Color Harmonies of #C4951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4951F

Black with #C4951F

Text Example


Text Example

White with #C4951F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4951F; }

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

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

background-color css

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

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

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

border-color css

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

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

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