Html Css Color HEX #CE5F40 Dark Coral

📋 copy color: '#CE5F40'

red 206 ◦ green 95 ◦ blue 64

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

Shades of Dark Coral #CE5F40

Tints of Dark Coral #CE5F40

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.03%

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

R = 56.44%
G = 26.03%
B = 17.53%

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

#CE5F40 (or 0xCE5F40) is known color: Dark Coral. HEX triplet: CE, 5F and 40. RGB value is (206,95,64). Sum of RGB (Red+Green+Blue) = 206+95+64=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5F40 is #31A0BF. Grayscale: #7C7C7C. Windows color (decimal): -3252416 or 4218830. OLE color: 4218830.

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

Color convert

RGB 206 95 64 -
CMYK 0 0.54 0.69 0.19
HSL 13.1º 0.59% 0.53% -
HSV(B) 13.1º 0.69% 0.81% -
XYZ 30.47 21.68 7.43 -
YUV 124.66 93.77 186.02 -
System Red Green Blue C M Y K H S L
Decimal 206 95 64 0 0.54 0.69 0.19 13.1 0.59 0.53
Hex CE 5F 40 0 36 45 13 D 3B 35
Octal 316 137 100 0 66 105 23 15 73 65
Binary 11001110 1011111 1000000 0 110110 1000101 10011 1101 111011 110101

Color Harmonies of #CE5F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5F40

Black with #CE5F40

Text Example


Text Example

White with #CE5F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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