Html Css Color HEX #CE6448 Dark Coral

📋 copy color: '#CE6448'

red 206 ◦ green 100 ◦ blue 72

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

Shades of Dark Coral #CE6448

Tints of Dark Coral #CE6448

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.46%

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

R = 54.5%
G = 26.46%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE6448 (or 0xCE6448) is known color: Dark Coral. HEX triplet: CE, 64 and 48. RGB value is (206,100,72). Sum of RGB (Red+Green+Blue) = 206+100+72=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6448 is #319BB7. Grayscale: #808080. Windows color (decimal): -3251128 or 4744398. OLE color: 4744398.

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

Color convert

RGB 206 100 72 -
CMYK 0 0.51 0.65 0.19
HSL 12.54º 0.58% 0.55% -
HSV(B) 12.54º 0.65% 0.81% -
XYZ 31.18 22.7 8.87 -
YUV 128.5 96.12 183.28 -
System Red Green Blue C M Y K H S L
Decimal 206 100 72 0 0.51 0.65 0.19 12.54 0.58 0.55
Hex CE 64 48 0 33 41 13 D 3A 37
Octal 316 144 110 0 63 101 23 15 72 67
Binary 11001110 1100100 1001000 0 110011 1000001 10011 1101 111010 110111

Color Harmonies of #CE6448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6448

Black with #CE6448

Text Example


Text Example

White with #CE6448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6448; }

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

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

background-color css

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

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

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

border-color css

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

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

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