#C95B4F

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

Shades of Sunglo #C95B4F

Tints of Sunglo #C95B4F

Color information

#C95B4F (or 0xC95B4F) is unknown color: approx Sunglo. HEX triplet: C9, 5B and 4F. RGB value is (201,91,79). Sum of RGB (Red+Green+Blue) = 201+91+79=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95B4F is #36A4B0. Grayscale: #7A7A7A. Windows color (decimal): -3581105 or 5200841. OLE color: 5200841.

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

Color convert

RGB2019179-
CMYK00.550.610.21
HSL5.9º53.04%54.9%-
HSV(B)5.9º60.7%78.82%-
XYZ29.2420.469.81-
YUV122.52103.44183.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.18%
GREEN value IS 91 (35.94% from 255) = 24.53%
BLUE value IS 79 (31.25% from 255) = 21.29%
R=54.18%
G=24.53%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201917900.550.610.215.953.0454.9
HexC95B4F0373D1563537
Octal311133117067752566567
Binary1100100110110111001111011011111110110101110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95B4F; }

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

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

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

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

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

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

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

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