#C95F4D

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

Shades of Sunglo #C95F4D

Tints of Sunglo #C95F4D

Color information

#C95F4D (or 0xC95F4D) is unknown color: approx Sunglo. HEX triplet: C9, 5F and 4D. RGB value is (201,95,77). Sum of RGB (Red+Green+Blue) = 201+95+77=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95F4D is #36A0B2. Grayscale: #7C7C7C. Windows color (decimal): -3580083 or 5070793. OLE color: 5070793.

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

Color convert

RGB2019577-
CMYK00.530.620.21
HSL8.71º53.45%54.51%-
HSV(B)8.71º61.69%78.82%-
XYZ29.5221.149.55-
YUV124.64101.12182.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.89%
GREEN value IS 95 (37.5% from 255) = 25.47%
BLUE value IS 77 (30.47% from 255) = 20.64%
R=53.89%
G=25.47%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201957700.530.620.218.7153.4554.51
HexC95F4D0353E1593537
Octal3111371150657625116567
Binary11001001101111110011010110101111110101011001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95F4D; }

 p { color: rgb(201,95,77); }

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

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

 a { background-color: rgb(201,95,77); }

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

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

 span { border-color: rgb(201,95,77); }

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