#C75D4F

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

Shades of Sunglo #C75D4F

Tints of Sunglo #C75D4F

Color information

#C75D4F (or 0xC75D4F) is unknown color: approx Sunglo. HEX triplet: C7, 5D and 4F. RGB value is (199,93,79). Sum of RGB (Red+Green+Blue) = 199+93+79=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75D4F is #38A2B0. Grayscale: #7B7B7B. Windows color (decimal): -3711665 or 5201351. OLE color: 5201351.

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

Color convert

RGB1999379-
CMYK00.530.600.22
HSL51.72%54.51%-
HSV(B)60.3%78.04%-
XYZ28.8820.549.84-
YUV123.1103.12182.14-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.64%
GREEN value IS 93 (36.72% from 255) = 25.07%
BLUE value IS 79 (31.25% from 255) = 21.29%
R=53.64%
G=25.07%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199937900.530.600.22751.7254.51
HexC75D4F0353C1673437
Octal307135117065742676467
Binary1100011110111011001111011010111110010110111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75D4F; }

 p { color: rgb(199,93,79); }

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

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

 a { background-color: rgb(199,93,79); }

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

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

 span { border-color: rgb(199,93,79); }

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