Html Css Color HEX #CF5F49 Dark Coral

📋 copy color: '#CF5F49'

red 207 ◦ green 95 ◦ blue 73

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

Shades of Dark Coral #CF5F49

Tints of Dark Coral #CF5F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.33%

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

R = 55.2%
G = 25.33%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF5F49 (or 0xCF5F49) is known color: Dark Coral. HEX triplet: CF, 5F and 49. RGB value is (207,95,73). Sum of RGB (Red+Green+Blue) = 207+95+73=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5F49 is #30A0B6. Grayscale: #7E7E7E. Windows color (decimal): -3186871 or 4808655. OLE color: 4808655.

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

Color convert

RGB 207 95 73 -
CMYK 0 0.54 0.65 0.19
HSL 9.85º 0.58% 0.55% -
HSV(B) 9.85º 0.65% 0.81% -
XYZ 31.03 21.93 8.9 -
YUV 125.98 98.11 185.79 -
System Red Green Blue C M Y K H S L
Decimal 207 95 73 0 0.54 0.65 0.19 9.85 0.58 0.55
Hex CF 5F 49 0 36 41 13 A 3A 37
Octal 317 137 111 0 66 101 23 12 72 67
Binary 11001111 1011111 1001001 0 110110 1000001 10011 1010 111010 110111

Color Harmonies of #CF5F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5F49

Black with #CF5F49

Text Example


Text Example

White with #CF5F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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