Html Css Color HEX #C5981B Buddha Gold

📋 copy color: '#C5981B'

red 197 ◦ green 152 ◦ blue 27

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

Shades of Buddha Gold #C5981B

Tints of Buddha Gold #C5981B

RGB

 RED value IS 197 (77.34% from 255) = 52.39%

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

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

R = 52.39%
G = 40.43%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5981B (or 0xC5981B) is known color: Buddha Gold. HEX triplet: C5, 98 and 1B. RGB value is (197,152,27). Sum of RGB (Red+Green+Blue) = 197+152+27=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5981B is #3A67E4. Grayscale: #979797. Windows color (decimal): -3827685 or 1808581. OLE color: 1808581.

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

Color convert

RGB 197 152 27 -
CMYK 0 0.23 0.86 0.23
HSL 44.12º 0.76% 0.44% -
HSV(B) 44.12º 0.86% 0.77% -
XYZ 34.45 34.41 5.86 -
YUV 151.21 57.91 160.66 -
System Red Green Blue C M Y K H S L
Decimal 197 152 27 0 0.23 0.86 0.23 44.12 0.76 0.44
Hex C5 98 1B 0 17 56 17 2C 4C 2C
Octal 305 230 33 0 27 126 27 54 114 54
Binary 11000101 10011000 11011 0 10111 1010110 10111 101100 1001100 101100

Color Harmonies of #C5981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5981B

Black with #C5981B

Text Example


Text Example

White with #C5981B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5981B; }

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

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

background-color css

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

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

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

border-color css

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

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

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