Html Css Color HEX #CF6040 Dark Coral

📋 copy color: '#CF6040'

red 207 ◦ green 96 ◦ blue 64

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

Shades of Dark Coral #CF6040

Tints of Dark Coral #CF6040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.16%

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

R = 56.4%
G = 26.16%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF6040 (or 0xCF6040) is known color: Dark Coral. HEX triplet: CF, 60 and 40. RGB value is (207,96,64). Sum of RGB (Red+Green+Blue) = 207+96+64=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6040 is #309FBF. Grayscale: #7D7D7D. Windows color (decimal): -3186624 or 4219087. OLE color: 4219087.

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

Color convert

RGB 207 96 64 -
CMYK 0 0.54 0.69 0.19
HSL 13.43º 0.6% 0.53% -
HSV(B) 13.43º 0.69% 0.81% -
XYZ 30.84 22 7.47 -
YUV 125.54 93.27 186.1 -
System Red Green Blue C M Y K H S L
Decimal 207 96 64 0 0.54 0.69 0.19 13.43 0.6 0.53
Hex CF 60 40 0 36 45 13 D 3C 35
Octal 317 140 100 0 66 105 23 15 74 65
Binary 11001111 1100000 1000000 0 110110 1000101 10011 1101 111100 110101

Color Harmonies of #CF6040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6040

Black with #CF6040

Text Example


Text Example

White with #CF6040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6040; }

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

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

background-color css

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

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

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

border-color css

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

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

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