#C88335

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

Shades of Golden Bell #C88335

Tints of Golden Bell #C88335

Color information

#C88335 (or 0xC88335) is unknown color: approx Golden Bell. HEX triplet: C8, 83 and 35. RGB value is (200,131,53). Sum of RGB (Red+Green+Blue) = 200+131+53=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C88335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88335 is #377CCA. Grayscale: #8F8F8F. Windows color (decimal): -3636427 or 3507144. OLE color: 3507144.

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

Color convert

RGB20013153-
CMYK00.340.740.22
HSL31.84º58.1%49.61%-
HSV(B)31.84º73.5%78.43%-
XYZ32.5828.777.2-
YUV142.7477.36168.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.08%
GREEN value IS 131 (51.56% from 255) = 34.11%
BLUE value IS 53 (21.09% from 255) = 13.80%
R=52.08%
G=34.11%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001315300.340.740.2231.8458.149.61
HexC883350224A16203a32
Octal3102036504211226407262
Binary11001000100000111101010100010100101010110100000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88335; }

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

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

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

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

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

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

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

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