#C76456

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

Shades of Sunglo #C76456

Tints of Sunglo #C76456

Color information

#C76456 (or 0xC76456) is unknown color: approx Sunglo. HEX triplet: C7, 64 and 56. RGB value is (199,100,86). Sum of RGB (Red+Green+Blue) = 199+100+86=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C76456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76456 is #389BA9. Grayscale: #808080. Windows color (decimal): -3709866 or 5661895. OLE color: 5661895.

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

Color convert

RGB19910086-
CMYK00.500.570.22
HSL7.43º50.22%55.88%-
HSV(B)7.43º56.78%78.04%-
XYZ29.7921.9311.47-
YUV128104.3178.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.69%
GREEN value IS 100 (39.45% from 255) = 25.97%
BLUE value IS 86 (33.98% from 255) = 22.34%
R=51.69%
G=25.97%
B=22.34%

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
Decimal1991008600.500.570.227.4350.2255.88
HexC76456032391673238
Octal307144126062712676270
Binary1100011111001001010110011001011100110110111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76456; }

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

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

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

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

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

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

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

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