#C95B52

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

Shades of Sunglo #C95B52

Tints of Sunglo #C95B52

Color information

#C95B52 (or 0xC95B52) is unknown color: approx Sunglo. HEX triplet: C9, 5B and 52. RGB value is (201,91,82). Sum of RGB (Red+Green+Blue) = 201+91+82=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95B52 is #36A4AD. Grayscale: #7B7B7B. Windows color (decimal): -3581102 or 5397449. OLE color: 5397449.

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

Color convert

RGB2019182-
CMYK00.550.590.21
HSL4.54º52.42%55.49%-
HSV(B)4.54º59.2%78.82%-
XYZ29.3520.5110.39-
YUV122.86104.94183.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.74%
GREEN value IS 91 (35.94% from 255) = 24.33%
BLUE value IS 82 (32.42% from 255) = 21.93%
R=53.74%
G=24.33%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201918200.550.590.214.5452.4255.49
HexC95B520373B1553437
Octal311133122067732556467
Binary1100100110110111010010011011111101110101101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95B52; }

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

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

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

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

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

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

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

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