Html Css Color HEX #CF5948 Dark Coral

📋 copy color: '#CF5948'

red 207 ◦ green 89 ◦ blue 72

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

Shades of Dark Coral #CF5948

Tints of Dark Coral #CF5948

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.18%

 BLUE value IS 72 (28.52% from 255) = 19.57%

R = 56.25%
G = 24.18%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF5948 (or 0xCF5948) is known color: Dark Coral. HEX triplet: CF, 59 and 48. RGB value is (207,89,72). Sum of RGB (Red+Green+Blue) = 207+89+72=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5948 is #30A6B7. Grayscale: #7A7A7A. Windows color (decimal): -3188408 or 4741583. OLE color: 4741583.

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

Color convert

RGB 207 89 72 -
CMYK 0 0.57 0.65 0.19
HSL 7.56º 0.58% 0.55% -
HSV(B) 7.56º 0.65% 0.81% -
XYZ 30.47 20.88 8.55 -
YUV 122.34 99.59 188.38 -
System Red Green Blue C M Y K H S L
Decimal 207 89 72 0 0.57 0.65 0.19 7.56 0.58 0.55
Hex CF 59 48 0 39 41 13 8 3A 37
Octal 317 131 110 0 71 101 23 10 72 67
Binary 11001111 1011001 1001000 0 111001 1000001 10011 1000 111010 110111

Color Harmonies of #CF5948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5948

Black with #CF5948

Text Example


Text Example

White with #CF5948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5948; }

 p { color: rgb(207,89,72); }

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

background-color css

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

 a { background-color: rgb(207,89,72); }

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

border-color css

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

 span { border-color: rgb(207,89,72); }

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