#C75B4E

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

Shades of Sunglo #C75B4E

Tints of Sunglo #C75B4E

Color information

#C75B4E (or 0xC75B4E) is unknown color: approx Sunglo. HEX triplet: C7, 5B and 4E. RGB value is (199,91,78). Sum of RGB (Red+Green+Blue) = 199+91+78=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C75B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75B4E is #38A4B1. Grayscale: #797979. Windows color (decimal): -3712178 or 5135303. OLE color: 5135303.

HSL color Cylindrical-coordinate representation of color #C75B4E: hue angle of 6.45º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C75B4E is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB1999178-
CMYK00.540.610.22
HSL6.45º51.93%54.31%-
HSV(B)6.45º60.8%78.04%-
XYZ28.6720.179.59-
YUV121.81103.28183.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.08%
GREEN value IS 91 (35.94% from 255) = 24.73%
BLUE value IS 78 (30.86% from 255) = 21.20%
R=54.08%
G=24.73%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199917800.540.610.226.4551.9354.31
HexC75B4E0363D1663436
Octal307133116066752666466
Binary1100011110110111001110011011011110110110110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75B4E; }

 p { color: rgb(199,91,78); }

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

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

 a { background-color: rgb(199,91,78); }

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

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

 span { border-color: rgb(199,91,78); }

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