Html Css Color HEX #CE6159 Indian Red

📋 copy color: '#CE6159'

red 206 ◦ green 97 ◦ blue 89

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

Shades of Indian Red #CE6159

Tints of Indian Red #CE6159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.7%

R = 52.55%
G = 24.74%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE6159 (or 0xCE6159) is known color: Indian Red. HEX triplet: CE, 61 and 59. RGB value is (206,97,89). Sum of RGB (Red+Green+Blue) = 206+97+89=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6159 is #319EA6. Grayscale: #808080. Windows color (decimal): -3251879 or 5857742. OLE color: 5857742.

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

Color convert

RGB 206 97 89 -
CMYK 0 0.53 0.57 0.19
HSL 4.1º 0.54% 0.58% -
HSV(B) 4.1º 0.57% 0.81% -
XYZ 31.53 22.39 12.11 -
YUV 128.68 105.61 183.15 -
System Red Green Blue C M Y K H S L
Decimal 206 97 89 0 0.53 0.57 0.19 4.1 0.54 0.58
Hex CE 61 59 0 35 39 13 4 36 3A
Octal 316 141 131 0 65 71 23 4 66 72
Binary 11001110 1100001 1011001 0 110101 111001 10011 100 110110 111010

Color Harmonies of #CE6159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6159

Black with #CE6159

Text Example


Text Example

White with #CE6159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6159; }

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

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

background-color css

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

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

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

border-color css

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

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

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