#C95F52

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

Shades of Sunglo #C95F52

Tints of Sunglo #C95F52

Color information

#C95F52 (or 0xC95F52) is unknown color: approx Sunglo. HEX triplet: C9, 5F and 52. RGB value is (201,95,82). Sum of RGB (Red+Green+Blue) = 201+95+82=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95F52 is #36A0AD. Grayscale: #7D7D7D. Windows color (decimal): -3580078 or 5398473. OLE color: 5398473.

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

Color convert

RGB2019582-
CMYK00.530.590.21
HSL6.55º52.42%55.49%-
HSV(B)6.55º59.2%78.82%-
XYZ29.721.2110.51-
YUV125.21103.62182.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.17%
GREEN value IS 95 (37.5% from 255) = 25.13%
BLUE value IS 82 (32.42% from 255) = 21.69%
R=53.17%
G=25.13%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201958200.530.590.216.5552.4255.49
HexC95F520353B1573437
Octal311137122065732576467
Binary1100100110111111010010011010111101110101111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95F52; }

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

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

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

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

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

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

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

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