Html Css Color HEX #C9813B Golden Bell

📋 copy color: '#C9813B'

red 201 ◦ green 129 ◦ blue 59

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

Shades of Golden Bell #C9813B

Tints of Golden Bell #C9813B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.16%

 BLUE value IS 59 (23.44% from 255) = 15.17%

R = 51.67%
G = 33.16%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9813B (or 0xC9813B) is known color: Golden Bell. HEX triplet: C9, 81 and 3B. RGB value is (201,129,59). Sum of RGB (Red+Green+Blue) = 201+129+59=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C9813B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9813B is #367EC4. Grayscale: #8E8E8E. Windows color (decimal): -3571397 or 3899849. OLE color: 3899849.

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

Color convert

RGB 201 129 59 -
CMYK 0 0.36 0.71 0.21
HSL 29.58º 0.57% 0.51% -
HSV(B) 29.58º 0.71% 0.79% -
XYZ 32.73 28.43 7.9 -
YUV 142.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 201 129 59 0 0.36 0.71 0.21 29.58 0.57 0.51
Hex C9 81 3B 0 24 47 15 1E 39 33
Octal 311 201 73 0 44 107 25 36 71 63
Binary 11001001 10000001 111011 0 100100 1000111 10101 11110 111001 110011

Color Harmonies of #C9813B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9813B

Black with #C9813B

Text Example


Text Example

White with #C9813B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9813B; }

 p { color: rgb(201,129,59); }

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

background-color css

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

 a { background-color: rgb(201,129,59); }

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

border-color css

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

 span { border-color: rgb(201,129,59); }

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