#C95C52

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

Shades of Sunglo #C95C52

Tints of Sunglo #C95C52

Color information

#C95C52 (or 0xC95C52) is unknown color: approx Sunglo. HEX triplet: C9, 5C and 52. RGB value is (201,92,82). Sum of RGB (Red+Green+Blue) = 201+92+82=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95C52 is #36A3AD. Grayscale: #7B7B7B. Windows color (decimal): -3580846 or 5397705. OLE color: 5397705.

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

Color convert

RGB2019282-
CMYK00.540.590.21
HSL5.04º52.42%55.49%-
HSV(B)5.04º59.2%78.82%-
XYZ29.4420.6810.42-
YUV123.45104.61183.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.6%
GREEN value IS 92 (36.33% from 255) = 24.53%
BLUE value IS 82 (32.42% from 255) = 21.87%
R=53.6%
G=24.53%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201928200.540.590.215.0452.4255.49
HexC95C520363B1553437
Octal311134122066732556467
Binary1100100110111001010010011011011101110101101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95C52; }

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

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

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

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

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

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

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

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