Html Css Color HEX #CE6242 Dark Coral

📋 copy color: '#CE6242'

red 206 ◦ green 98 ◦ blue 66

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

Shades of Dark Coral #CE6242

Tints of Dark Coral #CE6242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.49%

 BLUE value IS 66 (26.17% from 255) = 17.84%

R = 55.68%
G = 26.49%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE6242 (or 0xCE6242) is known color: Dark Coral. HEX triplet: CE, 62 and 42. RGB value is (206,98,66). Sum of RGB (Red+Green+Blue) = 206+98+66=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6242 is #319DBD. Grayscale: #7E7E7E. Windows color (decimal): -3251646 or 4350670. OLE color: 4350670.

HSL color Cylindrical-coordinate representation of color #CE6242: hue angle of 13.71º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE6242 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 98 66 -
CMYK 0 0.52 0.68 0.19
HSL 13.71º 0.59% 0.53% -
HSV(B) 13.71º 0.68% 0.81% -
XYZ 30.8 22.25 7.83 -
YUV 126.64 93.78 184.6 -
System Red Green Blue C M Y K H S L
Decimal 206 98 66 0 0.52 0.68 0.19 13.71 0.59 0.53
Hex CE 62 42 0 34 44 13 E 3B 35
Octal 316 142 102 0 64 104 23 16 73 65
Binary 11001110 1100010 1000010 0 110100 1000100 10011 1110 111011 110101

Color Harmonies of #CE6242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6242

Black with #CE6242

Text Example


Text Example

White with #CE6242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6242; }

 p { color: rgb(206,98,66); }

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

background-color css

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

 a { background-color: rgb(206,98,66); }

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

border-color css

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

 span { border-color: rgb(206,98,66); }

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