Html Css Color HEX #CE6248 Dark Coral

📋 copy color: '#CE6248'

red 206 ◦ green 98 ◦ blue 72

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

Shades of Dark Coral #CE6248

Tints of Dark Coral #CE6248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.15%

R = 54.79%
G = 26.06%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE6248 (or 0xCE6248) is known color: Dark Coral. HEX triplet: CE, 62 and 48. RGB value is (206,98,72). Sum of RGB (Red+Green+Blue) = 206+98+72=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6248 is #319DB7. Grayscale: #7F7F7F. Windows color (decimal): -3251640 or 4743886. OLE color: 4743886.

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

Color convert

RGB 206 98 72 -
CMYK 0 0.52 0.65 0.19
HSL 11.64º 0.58% 0.55% -
HSV(B) 11.64º 0.65% 0.81% -
XYZ 30.99 22.33 8.81 -
YUV 127.33 96.78 184.11 -
System Red Green Blue C M Y K H S L
Decimal 206 98 72 0 0.52 0.65 0.19 11.64 0.58 0.55
Hex CE 62 48 0 34 41 13 C 3A 37
Octal 316 142 110 0 64 101 23 14 72 67
Binary 11001110 1100010 1001000 0 110100 1000001 10011 1100 111010 110111

Color Harmonies of #CE6248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6248

Black with #CE6248

Text Example


Text Example

White with #CE6248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6248; }

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

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

background-color css

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

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

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

border-color css

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

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

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