Html Css Color HEX #CE6040 Dark Coral

📋 copy color: '#CE6040'

red 206 ◦ green 96 ◦ blue 64

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

Shades of Dark Coral #CE6040

Tints of Dark Coral #CE6040

RGB

 RED value IS 206 (80.86% from 255) = 56.28%

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

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

R = 56.28%
G = 26.23%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE6040 (or 0xCE6040) is known color: Dark Coral. HEX triplet: CE, 60 and 40. RGB value is (206,96,64). Sum of RGB (Red+Green+Blue) = 206+96+64=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6040 is #319FBF. Grayscale: #7D7D7D. Windows color (decimal): -3252160 or 4219086. OLE color: 4219086.

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

Color convert

RGB 206 96 64 -
CMYK 0 0.53 0.69 0.19
HSL 13.52º 0.59% 0.53% -
HSV(B) 13.52º 0.69% 0.81% -
XYZ 30.56 21.86 7.46 -
YUV 125.24 93.44 185.6 -
System Red Green Blue C M Y K H S L
Decimal 206 96 64 0 0.53 0.69 0.19 13.52 0.59 0.53
Hex CE 60 40 0 35 45 13 E 3B 35
Octal 316 140 100 0 65 105 23 16 73 65
Binary 11001110 1100000 1000000 0 110101 1000101 10011 1110 111011 110101

Color Harmonies of #CE6040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6040

Black with #CE6040

Text Example


Text Example

White with #CE6040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6040; }

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

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

background-color css

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

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

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

border-color css

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

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

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