#C88135

Color #C88135 Golden Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Bell #C88135

Tints of Golden Bell #C88135

Color information

#C88135 (or 0xC88135) is unknown color: approx Golden Bell. HEX triplet: C8, 81 and 35. RGB value is (200,129,53). Sum of RGB (Red+Green+Blue) = 200+129+53=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C88135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88135 is #377ECA. Grayscale: #8D8D8D. Windows color (decimal): -3636939 or 3506632. OLE color: 3506632.

HSL color Cylindrical-coordinate representation of color #C88135: hue angle of 31.02º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C88135 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB20012953-
CMYK00.360.740.22
HSL31.02º58.1%49.61%-
HSV(B)31.02º73.5%78.43%-
XYZ32.3128.247.12-
YUV141.5678.02169.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.36%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 53 (21.09% from 255) = 13.87%
R=52.36%
G=33.77%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001295300.360.740.2231.0258.149.61
HexC881350244A161f3a32
Octal3102016504411226377262
Binary1100100010000001110101010010010010101011011111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88135; }

 p { color: rgb(200,129,53); }

 H1.HeaderClassName
 {
   color: #C88135;
 }
 .AnyTagClassName
 {
   color: #C88135;
 }
</style>
background-color css

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

 a { background-color: rgb(200,129,53); }

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

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

 span { border-color: rgb(200,129,53); }

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