Html Css Color HEX #CF5940 Dark Coral

📋 copy color: '#CF5940'

red 207 ◦ green 89 ◦ blue 64

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

Shades of Dark Coral #CF5940

Tints of Dark Coral #CF5940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.78%

R = 57.5%
G = 24.72%
B = 17.78%

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

#CF5940 (or 0xCF5940) is known color: Dark Coral. HEX triplet: CF, 59 and 40. RGB value is (207,89,64). Sum of RGB (Red+Green+Blue) = 207+89+64=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5940 is #30A6BF. Grayscale: #797979. Windows color (decimal): -3188416 or 4217295. OLE color: 4217295.

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

Color convert

RGB 207 89 64 -
CMYK 0 0.57 0.69 0.19
HSL 10.49º 0.6% 0.53% -
HSV(B) 10.49º 0.69% 0.81% -
XYZ 30.23 20.78 7.27 -
YUV 121.43 95.59 189.03 -
System Red Green Blue C M Y K H S L
Decimal 207 89 64 0 0.57 0.69 0.19 10.49 0.6 0.53
Hex CF 59 40 0 39 45 13 A 3C 35
Octal 317 131 100 0 71 105 23 12 74 65
Binary 11001111 1011001 1000000 0 111001 1000101 10011 1010 111100 110101

Color Harmonies of #CF5940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5940

Black with #CF5940

Text Example


Text Example

White with #CF5940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5940; }

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

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

background-color css

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

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

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

border-color css

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

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

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