Html Css Color HEX #CE6142 Dark Coral

📋 copy color: '#CE6142'

red 206 ◦ green 97 ◦ blue 66

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

Shades of Dark Coral #CE6142

Tints of Dark Coral #CE6142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.89%

R = 55.83%
G = 26.29%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE6142 (or 0xCE6142) is known color: Dark Coral. HEX triplet: CE, 61 and 42. RGB value is (206,97,66). Sum of RGB (Red+Green+Blue) = 206+97+66=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6142 is #319EBD. Grayscale: #7E7E7E. Windows color (decimal): -3251902 or 4350414. OLE color: 4350414.

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

Color convert

RGB 206 97 66 -
CMYK 0 0.53 0.68 0.19
HSL 13.29º 0.59% 0.53% -
HSV(B) 13.29º 0.68% 0.81% -
XYZ 30.71 22.06 7.79 -
YUV 126.06 94.11 185.02 -
System Red Green Blue C M Y K H S L
Decimal 206 97 66 0 0.53 0.68 0.19 13.29 0.59 0.53
Hex CE 61 42 0 35 44 13 D 3B 35
Octal 316 141 102 0 65 104 23 15 73 65
Binary 11001110 1100001 1000010 0 110101 1000100 10011 1101 111011 110101

Color Harmonies of #CE6142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6142

Black with #CE6142

Text Example


Text Example

White with #CE6142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6142; }

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

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

background-color css

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

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

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

border-color css

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

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

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