Html Css Color HEX #CF5040 Dark Coral

📋 copy color: '#CF5040'

red 207 ◦ green 80 ◦ blue 64

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

Shades of Dark Coral #CF5040

Tints of Dark Coral #CF5040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.79%

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

R = 58.97%
G = 22.79%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF5040 (or 0xCF5040) is known color: Dark Coral. HEX triplet: CF, 50 and 40. RGB value is (207,80,64). Sum of RGB (Red+Green+Blue) = 207+80+64=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5040 is #30AFBF. Grayscale: #747474. Windows color (decimal): -3190720 or 4214991. OLE color: 4214991.

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

Color convert

RGB 207 80 64 -
CMYK 0 0.61 0.69 0.19
HSL 6.71º 0.6% 0.53% -
HSV(B) 6.71º 0.69% 0.81% -
XYZ 29.53 19.37 7.03 -
YUV 116.15 98.58 192.8 -
System Red Green Blue C M Y K H S L
Decimal 207 80 64 0 0.61 0.69 0.19 6.71 0.6 0.53
Hex CF 50 40 0 3D 45 13 7 3C 35
Octal 317 120 100 0 75 105 23 7 74 65
Binary 11001111 1010000 1000000 0 111101 1000101 10011 111 111100 110101

Color Harmonies of #CF5040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5040

Black with #CF5040

Text Example


Text Example

White with #CF5040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5040; }

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

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

background-color css

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

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

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

border-color css

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

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

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