#C75B46

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

Shades of Dark Coral #C75B46

Tints of Dark Coral #C75B46

Color information

#C75B46 (or 0xC75B46) is unknown color: approx Dark Coral. HEX triplet: C7, 5B and 46. RGB value is (199,91,70). Sum of RGB (Red+Green+Blue) = 199+91+70=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C75B46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75B46 is #38A4B9. Grayscale: #797979. Windows color (decimal): -3712186 or 4611015. OLE color: 4611015.

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

Color convert

RGB1999170-
CMYK00.540.650.22
HSL9.77º53.53%52.75%-
HSV(B)9.77º64.82%78.04%-
XYZ28.420.078.17-
YUV120.999.28183.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.28%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 70 (27.73% from 255) = 19.44%
R=55.28%
G=25.28%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199917000.540.650.229.7753.5352.75
HexC75B460364116a3635
Octal30713310606610126126665
Binary110001111011011100011001101101000001101101010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75B46; }

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

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

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

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

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

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

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

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