Html Css Color HEX #CF5B49 Dark Coral

📋 copy color: '#CF5B49'

red 207 ◦ green 91 ◦ blue 73

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

Shades of Dark Coral #CF5B49

Tints of Dark Coral #CF5B49

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.53%

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

R = 55.8%
G = 24.53%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF5B49 (or 0xCF5B49) is known color: Dark Coral. HEX triplet: CF, 5B and 49. RGB value is (207,91,73). Sum of RGB (Red+Green+Blue) = 207+91+73=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5B49 is #30A4B6. Grayscale: #7B7B7B. Windows color (decimal): -3187895 or 4807631. OLE color: 4807631.

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

Color convert

RGB 207 91 73 -
CMYK 0 0.56 0.65 0.19
HSL 8.06º 0.58% 0.55% -
HSV(B) 8.06º 0.65% 0.81% -
XYZ 30.68 21.23 8.78 -
YUV 123.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 207 91 73 0 0.56 0.65 0.19 8.06 0.58 0.55
Hex CF 5B 49 0 38 41 13 8 3A 37
Octal 317 133 111 0 70 101 23 10 72 67
Binary 11001111 1011011 1001001 0 111000 1000001 10011 1000 111010 110111

Color Harmonies of #CF5B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5B49

Black with #CF5B49

Text Example


Text Example

White with #CF5B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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