Html Css Color HEX #CE6148 Dark Coral

📋 copy color: '#CE6148'

red 206 ◦ green 97 ◦ blue 72

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

Shades of Dark Coral #CE6148

Tints of Dark Coral #CE6148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.87%

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

R = 54.93%
G = 25.87%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE6148 (or 0xCE6148) is known color: Dark Coral. HEX triplet: CE, 61 and 48. RGB value is (206,97,72). Sum of RGB (Red+Green+Blue) = 206+97+72=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6148 is #319EB7. Grayscale: #7E7E7E. Windows color (decimal): -3251896 or 4743630. OLE color: 4743630.

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

Color convert

RGB 206 97 72 -
CMYK 0 0.53 0.65 0.19
HSL 11.19º 0.58% 0.55% -
HSV(B) 11.19º 0.65% 0.81% -
XYZ 30.9 22.14 8.78 -
YUV 126.74 97.11 184.53 -
System Red Green Blue C M Y K H S L
Decimal 206 97 72 0 0.53 0.65 0.19 11.19 0.58 0.55
Hex CE 61 48 0 35 41 13 B 3A 37
Octal 316 141 110 0 65 101 23 13 72 67
Binary 11001110 1100001 1001000 0 110101 1000001 10011 1011 111010 110111

Color Harmonies of #CE6148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6148

Black with #CE6148

Text Example


Text Example

White with #CE6148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6148; }

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

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

background-color css

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

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

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

border-color css

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

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

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