#C75A4C

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

Shades of Dark Coral #C75A4C

Tints of Dark Coral #C75A4C

Color information

#C75A4C (or 0xC75A4C) is unknown color: approx Dark Coral. HEX triplet: C7, 5A and 4C. RGB value is (199,90,76). Sum of RGB (Red+Green+Blue) = 199+90+76=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75A4C is #38A5B3. Grayscale: #797979. Windows color (decimal): -3712436 or 5003975. OLE color: 5003975.

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

Color convert

RGB1999076-
CMYK00.550.620.22
HSL6.83º52.34%53.92%-
HSV(B)6.83º61.81%78.04%-
XYZ28.5119.989.19-
YUV120.99102.61183.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.52%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 76 (30.08% from 255) = 20.82%
R=54.52%
G=24.66%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199907600.550.620.226.8352.3453.92
HexC75A4C0373E1673436
Octal307132114067762676466
Binary1100011110110101001100011011111111010110111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75A4C; }

 p { color: rgb(199,90,76); }

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

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

 a { background-color: rgb(199,90,76); }

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

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

 span { border-color: rgb(199,90,76); }

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