#C87F33

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

Shades of Golden Bell #C87F33

Tints of Golden Bell #C87F33

Color information

#C87F33 (or 0xC87F33) is unknown color: approx Golden Bell. HEX triplet: C8, 7F and 33. RGB value is (200,127,51). Sum of RGB (Red+Green+Blue) = 200+127+51=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87F33 is #3780CC. Grayscale: #8C8C8C. Windows color (decimal): -3637453 or 3375048. OLE color: 3375048.

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

Color convert

RGB20012751-
CMYK00.360.740.22
HSL30.6º59.36%49.22%-
HSV(B)30.6º74.5%78.43%-
XYZ32.0127.76.79-
YUV140.1677.68170.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.91%
GREEN value IS 127 (50% from 255) = 33.60%
BLUE value IS 51 (20.31% from 255) = 13.49%
R=52.91%
G=33.60%
B=13.49%

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
Decimal2001275100.360.740.2230.659.3649.22
HexC87F330244A161f3b31
Octal3101776304411226377361
Binary110010001111111110011010010010010101011011111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87F33; }

 p { color: rgb(200,127,51); }

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

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

 a { background-color: rgb(200,127,51); }

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

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

 span { border-color: rgb(200,127,51); }

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