Html Css Color HEX #C4981C Buddha Gold

📋 copy color: '#C4981C'

red 196 ◦ green 152 ◦ blue 28

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

Shades of Buddha Gold #C4981C

Tints of Buddha Gold #C4981C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.45%

R = 52.13%
G = 40.43%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4981C (or 0xC4981C) is known color: Buddha Gold. HEX triplet: C4, 98 and 1C. RGB value is (196,152,28). Sum of RGB (Red+Green+Blue) = 196+152+28=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C4981C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4981C is #3B67E3. Grayscale: #979797. Windows color (decimal): -3893220 or 1874116. OLE color: 1874116.

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

Color convert

RGB 196 152 28 -
CMYK 0 0.22 0.86 0.23
HSL 44.29º 0.75% 0.44% -
HSV(B) 44.29º 0.86% 0.77% -
XYZ 34.2 34.28 5.91 -
YUV 151.02 58.58 160.08 -
System Red Green Blue C M Y K H S L
Decimal 196 152 28 0 0.22 0.86 0.23 44.29 0.75 0.44
Hex C4 98 1C 0 16 56 17 2C 4B 2C
Octal 304 230 34 0 26 126 27 54 113 54
Binary 11000100 10011000 11100 0 10110 1010110 10111 101100 1001011 101100

Color Harmonies of #C4981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4981C

Black with #C4981C

Text Example


Text Example

White with #C4981C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4981C; }

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

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

background-color css

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

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

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

border-color css

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

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

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