Html Css Color HEX #C98239 Golden Bell

📋 copy color: '#C98239'

red 201 ◦ green 130 ◦ blue 57

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

Shades of Golden Bell #C98239

Tints of Golden Bell #C98239

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.51%

 BLUE value IS 57 (22.66% from 255) = 14.69%

R = 51.8%
G = 33.51%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C98239 (or 0xC98239) is known color: Golden Bell. HEX triplet: C9, 82 and 39. RGB value is (201,130,57). Sum of RGB (Red+Green+Blue) = 201+130+57=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 57 (22.66% from 255 or 14.69% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C98239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98239 is #367DC6. Grayscale: #8F8F8F. Windows color (decimal): -3571143 or 3769033. OLE color: 3769033.

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

Color convert

RGB 201 130 57 -
CMYK 0 0.35 0.72 0.21
HSL 30.42º 0.57% 0.51% -
HSV(B) 30.42º 0.72% 0.79% -
XYZ 32.81 28.68 7.68 -
YUV 142.91 79.52 169.44 -
System Red Green Blue C M Y K H S L
Decimal 201 130 57 0 0.35 0.72 0.21 30.42 0.57 0.51
Hex C9 82 39 0 23 48 15 1E 39 33
Octal 311 202 71 0 43 110 25 36 71 63
Binary 11001001 10000010 111001 0 100011 1001000 10101 11110 111001 110011

Color Harmonies of #C98239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98239

Black with #C98239

Text Example


Text Example

White with #C98239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98239; }

 p { color: rgb(201,130,57); }

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

background-color css

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

 a { background-color: rgb(201,130,57); }

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

border-color css

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

 span { border-color: rgb(201,130,57); }

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