#C76155

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

Shades of Sunglo #C76155

Tints of Sunglo #C76155

Color information

#C76155 (or 0xC76155) is unknown color: approx Sunglo. HEX triplet: C7, 61 and 55. RGB value is (199,97,85). Sum of RGB (Red+Green+Blue) = 199+97+85=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C76155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76155 is #389EAA. Grayscale: #7E7E7E. Windows color (decimal): -3710635 or 5595591. OLE color: 5595591.

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

Color convert

RGB1999785-
CMYK00.510.570.22
HSL6.32º50.44%55.69%-
HSV(B)6.32º57.29%78.04%-
XYZ29.4721.3511.16-
YUV126.13104.79179.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.23%
GREEN value IS 97 (38.28% from 255) = 25.46%
BLUE value IS 85 (33.59% from 255) = 22.31%
R=52.23%
G=25.46%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199978500.510.570.226.3250.4455.69
HexC76155033391663238
Octal307141125063712666270
Binary1100011111000011010101011001111100110110110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76155; }

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

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

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

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

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

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

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

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