Html Css Color HEX #CF5641 Dark Coral

📋 copy color: '#CF5641'

red 207 ◦ green 86 ◦ blue 65

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

Shades of Dark Coral #CF5641

Tints of Dark Coral #CF5641

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.02%

 BLUE value IS 65 (25.78% from 255) = 18.16%

R = 57.82%
G = 24.02%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF5641 (or 0xCF5641) is known color: Dark Coral. HEX triplet: CF, 56 and 41. RGB value is (207,86,65). Sum of RGB (Red+Green+Blue) = 207+86+65=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5641 is #30A9BE. Grayscale: #777777. Windows color (decimal): -3189183 or 4282063. OLE color: 4282063.

HSL color Cylindrical-coordinate representation of color #CF5641: hue angle of 8.87º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF5641 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 86 65 -
CMYK 0 0.58 0.69 0.19
HSL 8.87º 0.6% 0.53% -
HSV(B) 8.87º 0.69% 0.81% -
XYZ 30.01 20.3 7.34 -
YUV 119.79 97.09 190.21 -
System Red Green Blue C M Y K H S L
Decimal 207 86 65 0 0.58 0.69 0.19 8.87 0.6 0.53
Hex CF 56 41 0 3A 45 13 9 3C 35
Octal 317 126 101 0 72 105 23 11 74 65
Binary 11001111 1010110 1000001 0 111010 1000101 10011 1001 111100 110101

Color Harmonies of #CF5641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5641

Black with #CF5641

Text Example


Text Example

White with #CF5641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5641; }

 p { color: rgb(207,86,65); }

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

background-color css

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

 a { background-color: rgb(207,86,65); }

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

border-color css

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

 span { border-color: rgb(207,86,65); }

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