Html Css Color HEX #C1981B Buddha Gold

📋 copy color: '#C1981B'

red 193 ◦ green 152 ◦ blue 27

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

Shades of Buddha Gold #C1981B

Tints of Buddha Gold #C1981B

RGB

 RED value IS 193 (75.78% from 255) = 51.88%

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

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

R = 51.88%
G = 40.86%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C1981B (or 0xC1981B) is known color: Buddha Gold. HEX triplet: C1, 98 and 1B. RGB value is (193,152,27). Sum of RGB (Red+Green+Blue) = 193+152+27=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 27 (10.94% from 255 or 7.26% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1981B is #3E67E4. Grayscale: #969696. Windows color (decimal): -4089829 or 1808577. OLE color: 1808577.

HSL color Cylindrical-coordinate representation of color #C1981B: hue angle of 45.18º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C1981B is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 152 27 -
CMYK 0 0.21 0.86 0.24
HSL 45.18º 0.75% 0.43% -
HSV(B) 45.18º 0.86% 0.76% -
XYZ 33.42 33.87 5.81 -
YUV 150.01 58.58 158.66 -
System Red Green Blue C M Y K H S L
Decimal 193 152 27 0 0.21 0.86 0.24 45.18 0.75 0.43
Hex C1 98 1B 0 15 56 18 2D 4B 2B
Octal 301 230 33 0 25 126 30 55 113 53
Binary 11000001 10011000 11011 0 10101 1010110 11000 101101 1001011 101011

Color Harmonies of #C1981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1981B

Black with #C1981B

Text Example


Text Example

White with #C1981B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1981B; }

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

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

background-color css

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

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

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

border-color css

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

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

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