Html Css Color HEX #CF5941 Dark Coral

📋 copy color: '#CF5941'

red 207 ◦ green 89 ◦ blue 65

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

Shades of Dark Coral #CF5941

Tints of Dark Coral #CF5941

RGB

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

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

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

R = 57.34%
G = 24.65%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF5941 (or 0xCF5941) is known color: Dark Coral. HEX triplet: CF, 59 and 41. RGB value is (207,89,65). Sum of RGB (Red+Green+Blue) = 207+89+65=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5941 is #30A6BE. Grayscale: #797979. Windows color (decimal): -3188415 or 4282831. OLE color: 4282831.

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

Color convert

RGB 207 89 65 -
CMYK 0 0.57 0.69 0.19
HSL 10.14º 0.6% 0.53% -
HSV(B) 10.14º 0.69% 0.81% -
XYZ 30.26 20.79 7.42 -
YUV 121.55 96.09 188.95 -
System Red Green Blue C M Y K H S L
Decimal 207 89 65 0 0.57 0.69 0.19 10.14 0.6 0.53
Hex CF 59 41 0 39 45 13 A 3C 35
Octal 317 131 101 0 71 105 23 12 74 65
Binary 11001111 1011001 1000001 0 111001 1000101 10011 1010 111100 110101

Color Harmonies of #CF5941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5941

Black with #CF5941

Text Example


Text Example

White with #CF5941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5941; }

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

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

background-color css

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

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

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

border-color css

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

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

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