Html Css Color HEX #CF5746 Dark Coral

📋 copy color: '#CF5746'

red 207 ◦ green 87 ◦ blue 70

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

Shades of Dark Coral #CF5746

Tints of Dark Coral #CF5746

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.9%

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

R = 56.87%
G = 23.9%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF5746 (or 0xCF5746) is known color: Dark Coral. HEX triplet: CF, 57 and 46. RGB value is (207,87,70). Sum of RGB (Red+Green+Blue) = 207+87+70=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5746 is #30A8B9. Grayscale: #797979. Windows color (decimal): -3188922 or 4609999. OLE color: 4609999.

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

Color convert

RGB 207 87 70 -
CMYK 0 0.58 0.66 0.19
HSL 7.45º 0.59% 0.54% -
HSV(B) 7.45º 0.66% 0.81% -
XYZ 30.25 20.52 8.16 -
YUV 120.94 99.26 189.38 -
System Red Green Blue C M Y K H S L
Decimal 207 87 70 0 0.58 0.66 0.19 7.45 0.59 0.54
Hex CF 57 46 0 3A 42 13 7 3B 36
Octal 317 127 106 0 72 102 23 7 73 66
Binary 11001111 1010111 1000110 0 111010 1000010 10011 111 111011 110110

Color Harmonies of #CF5746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5746

Black with #CF5746

Text Example


Text Example

White with #CF5746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5746; }

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

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

background-color css

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

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

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

border-color css

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

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

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