#C95A4E

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

Shades of Sunglo #C95A4E

Tints of Sunglo #C95A4E

Color information

#C95A4E (or 0xC95A4E) is unknown color: approx Sunglo. HEX triplet: C9, 5A and 4E. RGB value is (201,90,78). Sum of RGB (Red+Green+Blue) = 201+90+78=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95A4E is #36A5B1. Grayscale: #797979. Windows color (decimal): -3581362 or 5135049. OLE color: 5135049.

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

Color convert

RGB2019078-
CMYK00.550.610.21
HSL5.85º53.25%54.71%-
HSV(B)5.85º61.19%78.82%-
XYZ29.1220.289.59-
YUV121.82103.27184.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.47%
GREEN value IS 90 (35.55% from 255) = 24.39%
BLUE value IS 78 (30.86% from 255) = 21.14%
R=54.47%
G=24.39%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201907800.550.610.215.8553.2554.71
HexC95A4E0373D1563537
Octal311132116067752566567
Binary1100100110110101001110011011111110110101110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95A4E; }

 p { color: rgb(201,90,78); }

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

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

 a { background-color: rgb(201,90,78); }

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

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

 span { border-color: rgb(201,90,78); }

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