Html Css Color HEX #CE6563 Indian Red

📋 copy color: '#CE6563'

red 206 ◦ green 101 ◦ blue 99

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

Shades of Indian Red #CE6563

Tints of Indian Red #CE6563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.38%

R = 50.74%
G = 24.88%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE6563 (or 0xCE6563) is known color: Indian Red. HEX triplet: CE, 65 and 63. RGB value is (206,101,99). Sum of RGB (Red+Green+Blue) = 206+101+99=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6563 is #319A9C. Grayscale: #848484. Windows color (decimal): -3250845 or 6514126. OLE color: 6514126.

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

Color convert

RGB 206 101 99 -
CMYK 0 0.51 0.52 0.19
HSL 1.12º 0.52% 0.6% -
HSV(B) 1.12º 0.52% 0.81% -
XYZ 32.36 23.33 14.6 -
YUV 132.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 206 101 99 0 0.51 0.52 0.19 1.12 0.52 0.6
Hex CE 65 63 0 33 34 13 1 34 3C
Octal 316 145 143 0 63 64 23 1 64 74
Binary 11001110 1100101 1100011 0 110011 110100 10011 1 110100 111100

Color Harmonies of #CE6563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6563

Black with #CE6563

Text Example


Text Example

White with #CE6563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6563; }

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

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

background-color css

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

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

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

border-color css

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

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

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