Html Css Color HEX #C98438 Golden Bell

📋 copy color: '#C98438'

red 201 ◦ green 132 ◦ blue 56

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

Shades of Golden Bell #C98438

Tints of Golden Bell #C98438

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.93%

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

R = 51.67%
G = 33.93%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C98438 (or 0xC98438) is known color: Golden Bell. HEX triplet: C9, 84 and 38. RGB value is (201,132,56). Sum of RGB (Red+Green+Blue) = 201+132+56=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C98438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98438 is #367BC7. Grayscale: #909090. Windows color (decimal): -3570632 or 3704009. OLE color: 3704009.

HSL color Cylindrical-coordinate representation of color #C98438: hue angle of 31.45º 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 #C98438 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 132 56 -
CMYK 0 0.34 0.72 0.21
HSL 31.45º 0.57% 0.5% -
HSV(B) 31.45º 0.72% 0.79% -
XYZ 33.05 29.21 7.64 -
YUV 143.97 78.36 168.68 -
System Red Green Blue C M Y K H S L
Decimal 201 132 56 0 0.34 0.72 0.21 31.45 0.57 0.5
Hex C9 84 38 0 22 48 15 1F 39 32
Octal 311 204 70 0 42 110 25 37 71 62
Binary 11001001 10000100 111000 0 100010 1001000 10101 11111 111001 110010

Color Harmonies of #C98438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98438

Black with #C98438

Text Example


Text Example

White with #C98438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98438; }

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

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

background-color css

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

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

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

border-color css

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

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

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