Html Css Color HEX #CF5749 Dark Coral

📋 copy color: '#CF5749'

red 207 ◦ green 87 ◦ blue 73

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

Shades of Dark Coral #CF5749

Tints of Dark Coral #CF5749

RGB

 RED value IS 207 (81.25% from 255) = 56.4%

 GREEN value IS 87 (34.38% from 255) = 23.71%

 BLUE value IS 73 (28.91% from 255) = 19.89%

R = 56.4%
G = 23.71%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF5749 (or 0xCF5749) is known color: Dark Coral. HEX triplet: CF, 57 and 49. RGB value is (207,87,73). Sum of RGB (Red+Green+Blue) = 207+87+73=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5749 is #30A8B6. Grayscale: #797979. Windows color (decimal): -3188919 or 4806607. OLE color: 4806607.

HSL color Cylindrical-coordinate representation of color #CF5749: hue angle of 6.27º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF5749 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 87 73 -
CMYK 0 0.58 0.65 0.19
HSL 6.27º 0.58% 0.55% -
HSV(B) 6.27º 0.65% 0.81% -
XYZ 30.34 20.56 8.67 -
YUV 121.28 100.76 189.14 -
System Red Green Blue C M Y K H S L
Decimal 207 87 73 0 0.58 0.65 0.19 6.27 0.58 0.55
Hex CF 57 49 0 3A 41 13 6 3A 37
Octal 317 127 111 0 72 101 23 6 72 67
Binary 11001111 1010111 1001001 0 111010 1000001 10011 110 111010 110111

Color Harmonies of #CF5749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5749

Black with #CF5749

Text Example


Text Example

White with #CF5749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5749; }

 p { color: rgb(207,87,73); }

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

background-color css

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

 a { background-color: rgb(207,87,73); }

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

border-color css

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

 span { border-color: rgb(207,87,73); }

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