Html Css Color HEX #C75546 Dark Coral

📋 copy color: '#C75546'

red 199 ◦ green 85 ◦ blue 70

#C75546
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Coral #C75546

Tints of Dark Coral #C75546

RGB

 RED value IS 199 (78.13% from 255) = 56.21%

 GREEN value IS 85 (33.59% from 255) = 24.01%

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 56.21%
G = 24.01%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C75546 (or 0xC75546) is known color: Dark Coral. HEX triplet: C7, 55 and 46. RGB value is (199,85,70). Sum of RGB (Red+Green+Blue) = 199+85+70=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C75546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75546 is #38AAB9. Grayscale: #757575. Windows color (decimal): -3713722 or 4609479. OLE color: 4609479.

HSL color Cylindrical-coordinate representation of color #C75546: hue angle of 6.98º 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 #C75546 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 85 70 -
CMYK 0 0.57 0.65 0.22
HSL 6.98º 0.54% 0.53% -
HSV(B) 6.98º 0.65% 0.78% -
XYZ 27.91 19.08 8.01 -
YUV 117.38 101.27 186.22 -
System Red Green Blue C M Y K H S L
Decimal 199 85 70 0 0.57 0.65 0.22 6.98 0.54 0.53
Hex C7 55 46 0 39 41 16 7 36 35
Octal 307 125 106 0 71 101 26 7 66 65
Binary 11000111 1010101 1000110 0 111001 1000001 10110 111 110110 110101

Color Harmonies of #C75546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75546

Black with #C75546

Text Example


Text Example

White with #C75546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75546; }

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

 H1.HeaderClassName
 {
   color: #C75546;
 }
 .AnyTagClassName
 {
   color: #C75546;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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