#C65E56

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

Shades of Sunglo #C65E56

Tints of Sunglo #C65E56

Color information

#C65E56 (or 0xC65E56) is unknown color: approx Sunglo. HEX triplet: C6, 5E and 56. RGB value is (198,94,86). Sum of RGB (Red+Green+Blue) = 198+94+86=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65E56 is #39A1A9. Grayscale: #7C7C7C. Windows color (decimal): -3776938 or 5660358. OLE color: 5660358.

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

Color convert

RGB1989486-
CMYK00.530.570.22
HSL4.29º49.56%55.69%-
HSV(B)4.29º56.57%77.65%-
XYZ28.9720.6811.27-
YUV124.18106.46180.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.38%
GREEN value IS 94 (37.11% from 255) = 24.87%
BLUE value IS 86 (33.98% from 255) = 22.75%
R=52.38%
G=24.87%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198948600.530.570.224.2949.5655.69
HexC65E56035391643238
Octal306136126065712646270
Binary1100011010111101010110011010111100110110100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65E56; }

 p { color: rgb(198,94,86); }

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

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

 a { background-color: rgb(198,94,86); }

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

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

 span { border-color: rgb(198,94,86); }

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