Html Css Color HEX #C4980C Buddha Gold

📋 copy color: '#C4980C'

red 196 ◦ green 152 ◦ blue 12

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

Shades of Buddha Gold #C4980C

Tints of Buddha Gold #C4980C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.33%

R = 54.44%
G = 42.22%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4980C (or 0xC4980C) is known color: Buddha Gold. HEX triplet: C4, 98 and 0C. RGB value is (196,152,12). Sum of RGB (Red+Green+Blue) = 196+152+12=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C4980C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4980C is #3B67F3. Grayscale: #959595. Windows color (decimal): -3893236 or 825540. OLE color: 825540.

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

Color convert

RGB 196 152 12 -
CMYK 0 0.22 0.94 0.23
HSL 45.65º 0.88% 0.41% -
HSV(B) 45.65º 0.94% 0.77% -
XYZ 34.06 34.22 5.16 -
YUV 149.2 50.58 161.38 -
System Red Green Blue C M Y K H S L
Decimal 196 152 12 0 0.22 0.94 0.23 45.65 0.88 0.41
Hex C4 98 C 0 16 5E 17 2E 58 29
Octal 304 230 14 0 26 136 27 56 130 51
Binary 11000100 10011000 1100 0 10110 1011110 10111 101110 1011000 101001

Color Harmonies of #C4980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4980C

Black with #C4980C

Text Example


Text Example

White with #C4980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4980C; }

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

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

background-color css

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

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

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

border-color css

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

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

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