#C95C51

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

Shades of Sunglo #C95C51

Tints of Sunglo #C95C51

Color information

#C95C51 (or 0xC95C51) is unknown color: approx Sunglo. HEX triplet: C9, 5C and 51. RGB value is (201,92,81). Sum of RGB (Red+Green+Blue) = 201+92+81=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95C51 is #36A3AE. Grayscale: #7B7B7B. Windows color (decimal): -3580847 or 5332169. OLE color: 5332169.

HSL color Cylindrical-coordinate representation of color #C95C51: hue angle of 5.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95C51 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB2019281-
CMYK00.540.600.21
HSL5.5º52.63%55.29%-
HSV(B)5.5º59.7%78.82%-
XYZ29.420.6710.22-
YUV123.34104.11183.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.74%
GREEN value IS 92 (36.33% from 255) = 24.60%
BLUE value IS 81 (32.03% from 255) = 21.66%
R=53.74%
G=24.60%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201928100.540.600.215.552.6355.29
HexC95C510363C1563537
Octal311134121066742566567
Binary1100100110111001010001011011011110010101110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95C51; }

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

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

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

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

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

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

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

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