Html Css Color HEX #C98038 Golden Bell

📋 copy color: '#C98038'

red 201 ◦ green 128 ◦ blue 56

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

Shades of Golden Bell #C98038

Tints of Golden Bell #C98038

RGB

 RED value IS 201 (78.91% from 255) = 52.21%

 GREEN value IS 128 (50.39% from 255) = 33.25%

 BLUE value IS 56 (22.27% from 255) = 14.55%

R = 52.21%
G = 33.25%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C98038 (or 0xC98038) is known color: Golden Bell. HEX triplet: C9, 80 and 38. RGB value is (201,128,56). Sum of RGB (Red+Green+Blue) = 201+128+56=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C98038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98038 is #367FC7. Grayscale: #8D8D8D. Windows color (decimal): -3571656 or 3702985. OLE color: 3702985.

HSL color Cylindrical-coordinate representation of color #C98038: hue angle of 29.79º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C98038 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 128 56 -
CMYK 0 0.36 0.72 0.21
HSL 29.79º 0.57% 0.5% -
HSV(B) 29.79º 0.72% 0.79% -
XYZ 32.52 28.14 7.46 -
YUV 141.62 79.68 170.35 -
System Red Green Blue C M Y K H S L
Decimal 201 128 56 0 0.36 0.72 0.21 29.79 0.57 0.5
Hex C9 80 38 0 24 48 15 1E 39 32
Octal 311 200 70 0 44 110 25 36 71 62
Binary 11001001 10000000 111000 0 100100 1001000 10101 11110 111001 110010

Color Harmonies of #C98038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98038

Black with #C98038

Text Example


Text Example

White with #C98038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98038; }

 p { color: rgb(201,128,56); }

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

background-color css

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

 a { background-color: rgb(201,128,56); }

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

border-color css

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

 span { border-color: rgb(201,128,56); }

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