Html Css Color HEX #CE5B46 Dark Coral

📋 copy color: '#CE5B46'

red 206 ◦ green 91 ◦ blue 70

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

Shades of Dark Coral #CE5B46

Tints of Dark Coral #CE5B46

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.8%

 BLUE value IS 70 (27.73% from 255) = 19.07%

R = 56.13%
G = 24.8%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE5B46 (or 0xCE5B46) is known color: Dark Coral. HEX triplet: CE, 5B and 46. RGB value is (206,91,70). Sum of RGB (Red+Green+Blue) = 206+91+70=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5B46 is #31A4B9. Grayscale: #7B7B7B. Windows color (decimal): -3253434 or 4611022. OLE color: 4611022.

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

Color convert

RGB 206 91 70 -
CMYK 0 0.56 0.66 0.19
HSL 9.26º 0.58% 0.54% -
HSV(B) 9.26º 0.66% 0.81% -
XYZ 30.3 21.05 8.26 -
YUV 122.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 206 91 70 0 0.56 0.66 0.19 9.26 0.58 0.54
Hex CE 5B 46 0 38 42 13 9 3A 36
Octal 316 133 106 0 70 102 23 11 72 66
Binary 11001110 1011011 1000110 0 111000 1000010 10011 1001 111010 110110

Color Harmonies of #CE5B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5B46

Black with #CE5B46

Text Example


Text Example

White with #CE5B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5B46; }

 p { color: rgb(206,91,70); }

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

background-color css

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

 a { background-color: rgb(206,91,70); }

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

border-color css

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

 span { border-color: rgb(206,91,70); }

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