Html Css Color HEX #C4980F Buddha Gold

📋 copy color: '#C4980F'

red 196 ◦ green 152 ◦ blue 15

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

Shades of Buddha Gold #C4980F

Tints of Buddha Gold #C4980F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.87%

 BLUE value IS 15 (6.25% from 255) = 4.13%

R = 53.99%
G = 41.87%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4980F (or 0xC4980F) is known color: Buddha Gold. HEX triplet: C4, 98 and 0F. RGB value is (196,152,15). Sum of RGB (Red+Green+Blue) = 196+152+15=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C4980F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4980F is #3B67F0. Grayscale: #969696. Windows color (decimal): -3893233 or 1022148. OLE color: 1022148.

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

Color convert

RGB 196 152 15 -
CMYK 0 0.22 0.92 0.23
HSL 45.41º 0.86% 0.41% -
HSV(B) 45.41º 0.92% 0.77% -
XYZ 34.08 34.23 5.26 -
YUV 149.54 52.08 161.14 -
System Red Green Blue C M Y K H S L
Decimal 196 152 15 0 0.22 0.92 0.23 45.41 0.86 0.41
Hex C4 98 F 0 16 5C 17 2D 56 29
Octal 304 230 17 0 26 134 27 55 126 51
Binary 11000100 10011000 1111 0 10110 1011100 10111 101101 1010110 101001

Color Harmonies of #C4980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4980F

Black with #C4980F

Text Example


Text Example

White with #C4980F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4980F; }

 p { color: rgb(196,152,15); }

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

background-color css

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

 a { background-color: rgb(196,152,15); }

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

border-color css

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

 span { border-color: rgb(196,152,15); }

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