#C76455

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

Shades of Sunglo #C76455

Tints of Sunglo #C76455

Color information

#C76455 (or 0xC76455) is unknown color: approx Sunglo. HEX triplet: C7, 64 and 55. RGB value is (199,100,85). Sum of RGB (Red+Green+Blue) = 199+100+85=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C76455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76455 is #389BAA. Grayscale: #808080. Windows color (decimal): -3709867 or 5596359. OLE color: 5596359.

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

Color convert

RGB19910085-
CMYK00.500.570.22
HSL7.89º50.44%55.69%-
HSV(B)7.89º57.29%78.04%-
XYZ29.7521.9111.26-
YUV127.89103.8178.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.82%
GREEN value IS 100 (39.45% from 255) = 26.04%
BLUE value IS 85 (33.59% from 255) = 22.14%
R=51.82%
G=26.04%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991008500.500.570.227.8950.4455.69
HexC76455032391683238
Octal3071441250627126106270
Binary11000111110010010101010110010111001101101000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76455; }

 p { color: rgb(199,100,85); }

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

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

 a { background-color: rgb(199,100,85); }

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

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

 span { border-color: rgb(199,100,85); }

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