#C95C56

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

Shades of Sunglo #C95C56

Tints of Sunglo #C95C56

Color information

#C95C56 (or 0xC95C56) is unknown color: approx Sunglo. HEX triplet: C9, 5C and 56. RGB value is (201,92,86). Sum of RGB (Red+Green+Blue) = 201+92+86=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95C56 is #36A3A9. Grayscale: #7C7C7C. Windows color (decimal): -3580842 or 5659849. OLE color: 5659849.

HSL color Cylindrical-coordinate representation of color #C95C56: hue angle of 3.13º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95C56 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB2019286-
CMYK00.540.570.21
HSL3.13º51.57%56.27%-
HSV(B)3.13º57.21%78.82%-
XYZ29.5920.7411.25-
YUV123.91106.61182.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.03%
GREEN value IS 92 (36.33% from 255) = 24.27%
BLUE value IS 86 (33.98% from 255) = 22.69%
R=53.03%
G=24.27%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201928600.540.570.213.1351.5756.27
HexC95C56036391533438
Octal311134126066712536470
Binary110010011011100101011001101101110011010111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95C56; }

 p { color: rgb(201,92,86); }

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

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

 a { background-color: rgb(201,92,86); }

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

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

 span { border-color: rgb(201,92,86); }

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