#C76656

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

Shades of Sunglo #C76656

Tints of Sunglo #C76656

Color information

#C76656 (or 0xC76656) is unknown color: approx Sunglo. HEX triplet: C7, 66 and 56. RGB value is (199,102,86). Sum of RGB (Red+Green+Blue) = 199+102+86=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C76656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76656 is #3899A9. Grayscale: #818181. Windows color (decimal): -3709354 or 5662407. OLE color: 5662407.

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

Color convert

RGB19910286-
CMYK00.490.570.22
HSL8.5º50.22%55.88%-
HSV(B)8.5º56.78%78.04%-
XYZ29.9822.3211.53-
YUV129.18103.64177.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.42%
GREEN value IS 102 (40.23% from 255) = 26.36%
BLUE value IS 86 (33.98% from 255) = 22.22%
R=51.42%
G=26.36%
B=22.22%

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
Decimal1991028600.490.570.228.550.2255.88
HexC76656031391683238
Octal3071461260617126106270
Binary11000111110011010101100110001111001101101000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76656; }

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

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

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

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

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

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

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

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