Html Css Color HEX #CE6560 Indian Red

📋 copy color: '#CE6560'

red 206 ◦ green 101 ◦ blue 96

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

Shades of Indian Red #CE6560

Tints of Indian Red #CE6560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.06%

 BLUE value IS 96 (37.89% from 255) = 23.82%

R = 51.12%
G = 25.06%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE6560 (or 0xCE6560) is known color: Indian Red. HEX triplet: CE, 65 and 60. RGB value is (206,101,96). Sum of RGB (Red+Green+Blue) = 206+101+96=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6560 is #319A9F. Grayscale: #838383. Windows color (decimal): -3250848 or 6317518. OLE color: 6317518.

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

Color convert

RGB 206 101 96 -
CMYK 0 0.51 0.53 0.19
HSL 2.73º 0.53% 0.59% -
HSV(B) 2.73º 0.53% 0.81% -
XYZ 32.22 23.27 13.86 -
YUV 131.83 107.79 180.91 -
System Red Green Blue C M Y K H S L
Decimal 206 101 96 0 0.51 0.53 0.19 2.73 0.53 0.59
Hex CE 65 60 0 33 35 13 3 35 3B
Octal 316 145 140 0 63 65 23 3 65 73
Binary 11001110 1100101 1100000 0 110011 110101 10011 11 110101 111011

Color Harmonies of #CE6560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6560

Black with #CE6560

Text Example


Text Example

White with #CE6560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6560; }

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

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

background-color css

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

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

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

border-color css

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

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

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