Html Css Color HEX #CF5446 Dark Coral

📋 copy color: '#CF5446'

red 207 ◦ green 84 ◦ blue 70

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

Shades of Dark Coral #CF5446

Tints of Dark Coral #CF5446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.27%

 BLUE value IS 70 (27.73% from 255) = 19.39%

R = 57.34%
G = 23.27%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF5446 (or 0xCF5446) is known color: Dark Coral. HEX triplet: CF, 54 and 46. RGB value is (207,84,70). Sum of RGB (Red+Green+Blue) = 207+84+70=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5446 is #30ABB9. Grayscale: #777777. Windows color (decimal): -3189690 or 4609231. OLE color: 4609231.

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

Color convert

RGB 207 84 70 -
CMYK 0 0.59 0.66 0.19
HSL 6.13º 0.59% 0.54% -
HSV(B) 6.13º 0.66% 0.81% -
XYZ 30.01 20.05 8.08 -
YUV 119.18 100.25 190.64 -
System Red Green Blue C M Y K H S L
Decimal 207 84 70 0 0.59 0.66 0.19 6.13 0.59 0.54
Hex CF 54 46 0 3B 42 13 6 3B 36
Octal 317 124 106 0 73 102 23 6 73 66
Binary 11001111 1010100 1000110 0 111011 1000010 10011 110 111011 110110

Color Harmonies of #CF5446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5446

Black with #CF5446

Text Example


Text Example

White with #CF5446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5446; }

 p { color: rgb(207,84,70); }

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

background-color css

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

 a { background-color: rgb(207,84,70); }

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

border-color css

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

 span { border-color: rgb(207,84,70); }

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