Html Css Color HEX #C4980E Buddha Gold

📋 copy color: '#C4980E'

red 196 ◦ green 152 ◦ blue 14

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

Shades of Buddha Gold #C4980E

Tints of Buddha Gold #C4980E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.87%

R = 54.14%
G = 41.99%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4980E (or 0xC4980E) is known color: Buddha Gold. HEX triplet: C4, 98 and 0E. RGB value is (196,152,14). Sum of RGB (Red+Green+Blue) = 196+152+14=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C4980E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4980E is #3B67F1. Grayscale: #969696. Windows color (decimal): -3893234 or 956612. OLE color: 956612.

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

Color convert

RGB 196 152 14 -
CMYK 0 0.22 0.93 0.23
HSL 45.49º 0.87% 0.41% -
HSV(B) 45.49º 0.93% 0.77% -
XYZ 34.07 34.22 5.23 -
YUV 149.42 51.58 161.22 -
System Red Green Blue C M Y K H S L
Decimal 196 152 14 0 0.22 0.93 0.23 45.49 0.87 0.41
Hex C4 98 E 0 16 5D 17 2D 57 29
Octal 304 230 16 0 26 135 27 55 127 51
Binary 11000100 10011000 1110 0 10110 1011101 10111 101101 1010111 101001

Color Harmonies of #C4980E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4980E

Black with #C4980E

Text Example


Text Example

White with #C4980E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4980E; }

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

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

background-color css

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

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

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

border-color css

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

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

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