Html Css Color HEX #C4981B Buddha Gold

📋 copy color: '#C4981B'

red 196 ◦ green 152 ◦ blue 27

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

Shades of Buddha Gold #C4981B

Tints of Buddha Gold #C4981B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.2%

R = 52.27%
G = 40.53%
B = 7.2%

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

#C4981B (or 0xC4981B) is known color: Buddha Gold. HEX triplet: C4, 98 and 1B. RGB value is (196,152,27). Sum of RGB (Red+Green+Blue) = 196+152+27=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4981B is #3B67E4. Grayscale: #979797. Windows color (decimal): -3893221 or 1808580. OLE color: 1808580.

HSL color Cylindrical-coordinate representation of color #C4981B: hue angle of 44.38º degrees, saturation: 0.76, 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 #C4981B is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 152 27 -
CMYK 0 0.22 0.86 0.23
HSL 44.38º 0.76% 0.44% -
HSV(B) 44.38º 0.86% 0.77% -
XYZ 34.19 34.27 5.85 -
YUV 150.91 58.08 160.16 -
System Red Green Blue C M Y K H S L
Decimal 196 152 27 0 0.22 0.86 0.23 44.38 0.76 0.44
Hex C4 98 1B 0 16 56 17 2C 4C 2C
Octal 304 230 33 0 26 126 27 54 114 54
Binary 11000100 10011000 11011 0 10110 1010110 10111 101100 1001100 101100

Color Harmonies of #C4981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4981B

Black with #C4981B

Text Example


Text Example

White with #C4981B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4981B; }

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

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

background-color css

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

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

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

border-color css

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

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

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