Html Css Color HEX #CF5848 Dark Coral

📋 copy color: '#CF5848'

red 207 ◦ green 88 ◦ blue 72

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

Shades of Dark Coral #CF5848

Tints of Dark Coral #CF5848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.98%

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

R = 56.4%
G = 23.98%
B = 19.62%

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

#CF5848 (or 0xCF5848) is known color: Dark Coral. HEX triplet: CF, 58 and 48. RGB value is (207,88,72). Sum of RGB (Red+Green+Blue) = 207+88+72=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5848 is #30A7B7. Grayscale: #797979. Windows color (decimal): -3188664 or 4741327. OLE color: 4741327.

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

Color convert

RGB 207 88 72 -
CMYK 0 0.57 0.65 0.19
HSL 7.11º 0.58% 0.55% -
HSV(B) 7.11º 0.65% 0.81% -
XYZ 30.39 20.71 8.53 -
YUV 121.76 99.92 188.8 -
System Red Green Blue C M Y K H S L
Decimal 207 88 72 0 0.57 0.65 0.19 7.11 0.58 0.55
Hex CF 58 48 0 39 41 13 7 3A 37
Octal 317 130 110 0 71 101 23 7 72 67
Binary 11001111 1011000 1001000 0 111001 1000001 10011 111 111010 110111

Color Harmonies of #CF5848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5848

Black with #CF5848

Text Example


Text Example

White with #CF5848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5848; }

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

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

background-color css

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

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

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

border-color css

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

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

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