Html Css Color HEX #C98033 Golden Bell

📋 copy color: '#C98033'

red 201 ◦ green 128 ◦ blue 51

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

Shades of Golden Bell #C98033

Tints of Golden Bell #C98033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.42%

R = 52.89%
G = 33.68%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C98033 (or 0xC98033) is known color: Golden Bell. HEX triplet: C9, 80 and 33. RGB value is (201,128,51). Sum of RGB (Red+Green+Blue) = 201+128+51=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C98033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98033 is #367FCC. Grayscale: #8D8D8D. Windows color (decimal): -3571661 or 3375305. OLE color: 3375305.

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

Color convert

RGB 201 128 51 -
CMYK 0 0.36 0.75 0.21
HSL 30.8º 0.6% 0.49% -
HSV(B) 30.8º 0.75% 0.79% -
XYZ 32.4 28.09 6.85 -
YUV 141.05 77.18 170.76 -
System Red Green Blue C M Y K H S L
Decimal 201 128 51 0 0.36 0.75 0.21 30.8 0.6 0.49
Hex C9 80 33 0 24 4B 15 1F 3C 31
Octal 311 200 63 0 44 113 25 37 74 61
Binary 11001001 10000000 110011 0 100100 1001011 10101 11111 111100 110001

Color Harmonies of #C98033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98033

Black with #C98033

Text Example


Text Example

White with #C98033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98033; }

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

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

background-color css

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

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

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

border-color css

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

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

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