#C76356

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

Shades of Sunglo #C76356

Tints of Sunglo #C76356

Color information

#C76356 (or 0xC76356) is unknown color: approx Sunglo. HEX triplet: C7, 63 and 56. RGB value is (199,99,86). Sum of RGB (Red+Green+Blue) = 199+99+86=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C76356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76356 is #389CA9. Grayscale: #7F7F7F. Windows color (decimal): -3710122 or 5661639. OLE color: 5661639.

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

Color convert

RGB1999986-
CMYK00.500.570.22
HSL6.9º50.22%55.88%-
HSV(B)6.9º56.78%78.04%-
XYZ29.6921.7411.43-
YUV127.42104.63179.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.82%
GREEN value IS 99 (39.06% from 255) = 25.78%
BLUE value IS 86 (33.98% from 255) = 22.40%
R=51.82%
G=25.78%
B=22.40%

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
Decimal199998600.500.570.226.950.2255.88
HexC76356032391673238
Octal307143126062712676270
Binary1100011111000111010110011001011100110110111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76356; }

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

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

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

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

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

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

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

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