Html Css Color HEX #C9863A Golden Bell

📋 copy color: '#C9863A'

red 201 ◦ green 134 ◦ blue 58

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

Shades of Golden Bell #C9863A

Tints of Golden Bell #C9863A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.1%

 BLUE value IS 58 (23.05% from 255) = 14.76%

R = 51.15%
G = 34.1%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9863A (or 0xC9863A) is known color: Golden Bell. HEX triplet: C9, 86 and 3A. RGB value is (201,134,58). Sum of RGB (Red+Green+Blue) = 201+134+58=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9863A is #3679C5. Grayscale: #919191. Windows color (decimal): -3570118 or 3835593. OLE color: 3835593.

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

Color convert

RGB 201 134 58 -
CMYK 0 0.33 0.71 0.21
HSL 31.89º 0.57% 0.51% -
HSV(B) 31.89º 0.71% 0.79% -
XYZ 33.38 29.77 7.99 -
YUV 145.37 78.7 167.68 -
System Red Green Blue C M Y K H S L
Decimal 201 134 58 0 0.33 0.71 0.21 31.89 0.57 0.51
Hex C9 86 3A 0 21 47 15 20 39 33
Octal 311 206 72 0 41 107 25 40 71 63
Binary 11001001 10000110 111010 0 100001 1000111 10101 100000 111001 110011

Color Harmonies of #C9863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9863A

Black with #C9863A

Text Example


Text Example

White with #C9863A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9863A; }

 p { color: rgb(201,134,58); }

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

background-color css

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

 a { background-color: rgb(201,134,58); }

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

border-color css

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

 span { border-color: rgb(201,134,58); }

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