Html Css Color HEX #CE6045 Dark Coral

📋 copy color: '#CE6045'

red 206 ◦ green 96 ◦ blue 69

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

Shades of Dark Coral #CE6045

Tints of Dark Coral #CE6045

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.88%

 BLUE value IS 69 (27.34% from 255) = 18.6%

R = 55.53%
G = 25.88%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE6045 (or 0xCE6045) is known color: Dark Coral. HEX triplet: CE, 60 and 45. RGB value is (206,96,69). Sum of RGB (Red+Green+Blue) = 206+96+69=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6045 is #319FBA. Grayscale: #7E7E7E. Windows color (decimal): -3252155 or 4546766. OLE color: 4546766.

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

Color convert

RGB 206 96 69 -
CMYK 0 0.53 0.67 0.19
HSL 11.82º 0.58% 0.54% -
HSV(B) 11.82º 0.67% 0.81% -
XYZ 30.71 21.92 8.24 -
YUV 125.81 95.94 185.2 -
System Red Green Blue C M Y K H S L
Decimal 206 96 69 0 0.53 0.67 0.19 11.82 0.58 0.54
Hex CE 60 45 0 35 43 13 C 3A 36
Octal 316 140 105 0 65 103 23 14 72 66
Binary 11001110 1100000 1000101 0 110101 1000011 10011 1100 111010 110110

Color Harmonies of #CE6045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6045

Black with #CE6045

Text Example


Text Example

White with #CE6045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6045; }

 p { color: rgb(206,96,69); }

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

background-color css

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

 a { background-color: rgb(206,96,69); }

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

border-color css

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

 span { border-color: rgb(206,96,69); }

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