Html Css Color HEX #CF5E49 Dark Coral

📋 copy color: '#CF5E49'

red 207 ◦ green 94 ◦ blue 73

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

Shades of Dark Coral #CF5E49

Tints of Dark Coral #CF5E49

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.13%

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

R = 55.35%
G = 25.13%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF5E49 (or 0xCF5E49) is known color: Dark Coral. HEX triplet: CF, 5E and 49. RGB value is (207,94,73). Sum of RGB (Red+Green+Blue) = 207+94+73=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5E49 is #30A1B6. Grayscale: #7D7D7D. Windows color (decimal): -3187127 or 4808399. OLE color: 4808399.

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

Color convert

RGB 207 94 73 -
CMYK 0 0.55 0.65 0.19
HSL 9.4º 0.58% 0.55% -
HSV(B) 9.4º 0.65% 0.81% -
XYZ 30.94 21.75 8.87 -
YUV 125.39 98.44 186.21 -
System Red Green Blue C M Y K H S L
Decimal 207 94 73 0 0.55 0.65 0.19 9.4 0.58 0.55
Hex CF 5E 49 0 37 41 13 9 3A 37
Octal 317 136 111 0 67 101 23 11 72 67
Binary 11001111 1011110 1001001 0 110111 1000001 10011 1001 111010 110111

Color Harmonies of #CF5E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E49

Black with #CF5E49

Text Example


Text Example

White with #CF5E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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