#C95E52

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

Shades of Sunglo #C95E52

Tints of Sunglo #C95E52

Color information

#C95E52 (or 0xC95E52) is unknown color: approx Sunglo. HEX triplet: C9, 5E and 52. RGB value is (201,94,82). Sum of RGB (Red+Green+Blue) = 201+94+82=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95E52 is #36A1AD. Grayscale: #7C7C7C. Windows color (decimal): -3580334 or 5398217. OLE color: 5398217.

HSL color Cylindrical-coordinate representation of color #C95E52: hue angle of 6.05º 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 #C95E52 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB2019482-
CMYK00.530.590.21
HSL6.05º52.42%55.49%-
HSV(B)6.05º59.2%78.82%-
XYZ29.6121.0310.48-
YUV124.62103.95182.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.32%
GREEN value IS 94 (37.11% from 255) = 24.93%
BLUE value IS 82 (32.42% from 255) = 21.75%
R=53.32%
G=24.93%
B=21.75%

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
Decimal201948200.530.590.216.0552.4255.49
HexC95E520353B1563437
Octal311136122065732566467
Binary1100100110111101010010011010111101110101110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95E52; }

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

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

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

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

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

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

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

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