Html Css Color HEX #CF5947 Dark Coral

📋 copy color: '#CF5947'

red 207 ◦ green 89 ◦ blue 71

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

Shades of Dark Coral #CF5947

Tints of Dark Coral #CF5947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.35%

R = 56.4%
G = 24.25%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF5947 (or 0xCF5947) is known color: Dark Coral. HEX triplet: CF, 59 and 47. RGB value is (207,89,71). Sum of RGB (Red+Green+Blue) = 207+89+71=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5947 is #30A6B8. Grayscale: #7A7A7A. Windows color (decimal): -3188409 or 4676047. OLE color: 4676047.

HSL color Cylindrical-coordinate representation of color #CF5947: hue angle of 7.94º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF5947 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 89 71 -
CMYK 0 0.57 0.66 0.19
HSL 7.94º 0.59% 0.55% -
HSV(B) 7.94º 0.66% 0.81% -
XYZ 30.44 20.87 8.38 -
YUV 122.23 99.09 188.46 -
System Red Green Blue C M Y K H S L
Decimal 207 89 71 0 0.57 0.66 0.19 7.94 0.59 0.55
Hex CF 59 47 0 39 42 13 8 3B 37
Octal 317 131 107 0 71 102 23 10 73 67
Binary 11001111 1011001 1000111 0 111001 1000010 10011 1000 111011 110111

Color Harmonies of #CF5947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5947

Black with #CF5947

Text Example


Text Example

White with #CF5947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5947; }

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

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

background-color css

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

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

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

border-color css

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

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

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