#C76555

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

Shades of Sunglo #C76555

Tints of Sunglo #C76555

Color information

#C76555 (or 0xC76555) is unknown color: approx Sunglo. HEX triplet: C7, 65 and 55. RGB value is (199,101,85). Sum of RGB (Red+Green+Blue) = 199+101+85=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C76555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76555 is #389AAA. Grayscale: #808080. Windows color (decimal): -3709611 or 5596615. OLE color: 5596615.

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

Color convert

RGB19910185-
CMYK00.490.570.22
HSL8.42º50.44%55.69%-
HSV(B)8.42º57.29%78.04%-
XYZ29.8522.1111.29-
YUV128.48103.47178.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.69%
GREEN value IS 101 (39.84% from 255) = 26.23%
BLUE value IS 85 (33.59% from 255) = 22.08%
R=51.69%
G=26.23%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991018500.490.570.228.4250.4455.69
HexC76555031391683238
Octal3071451250617126106270
Binary11000111110010110101010110001111001101101000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76555; }

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

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

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

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

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

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

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

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