Html Css Color HEX #CE6345 Dark Coral

📋 copy color: '#CE6345'

red 206 ◦ green 99 ◦ blue 69

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

Shades of Dark Coral #CE6345

Tints of Dark Coral #CE6345

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.47%

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

R = 55.08%
G = 26.47%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE6345 (or 0xCE6345) is known color: Dark Coral. HEX triplet: CE, 63 and 45. RGB value is (206,99,69). Sum of RGB (Red+Green+Blue) = 206+99+69=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6345 is #319CBA. Grayscale: #7F7F7F. Windows color (decimal): -3251387 or 4547534. OLE color: 4547534.

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

Color convert

RGB 206 99 69 -
CMYK 0 0.52 0.67 0.19
HSL 13.14º 0.58% 0.54% -
HSV(B) 13.14º 0.67% 0.81% -
XYZ 30.99 22.48 8.34 -
YUV 127.57 94.95 183.94 -
System Red Green Blue C M Y K H S L
Decimal 206 99 69 0 0.52 0.67 0.19 13.14 0.58 0.54
Hex CE 63 45 0 34 43 13 D 3A 36
Octal 316 143 105 0 64 103 23 15 72 66
Binary 11001110 1100011 1000101 0 110100 1000011 10011 1101 111010 110110

Color Harmonies of #CE6345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6345

Black with #CE6345

Text Example


Text Example

White with #CE6345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6345; }

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

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

background-color css

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

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

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

border-color css

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

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

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