Html Css Color HEX #CE6463 Indian Red

📋 copy color: '#CE6463'

red 206 ◦ green 100 ◦ blue 99

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

Shades of Indian Red #CE6463

Tints of Indian Red #CE6463

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.69%

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

R = 50.86%
G = 24.69%
B = 24.44%

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

#CE6463 (or 0xCE6463) is known color: Indian Red. HEX triplet: CE, 64 and 63. RGB value is (206,100,99). Sum of RGB (Red+Green+Blue) = 206+100+99=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6463 is #319B9C. Grayscale: #838383. Windows color (decimal): -3251101 or 6513870. OLE color: 6513870.

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

Color convert

RGB 206 100 99 -
CMYK 0 0.51 0.52 0.19
HSL 0.56º 0.52% 0.6% -
HSV(B) 0.56º 0.52% 0.81% -
XYZ 32.26 23.14 14.57 -
YUV 131.58 109.62 181.08 -
System Red Green Blue C M Y K H S L
Decimal 206 100 99 0 0.51 0.52 0.19 0.56 0.52 0.6
Hex CE 64 63 0 33 34 13 1 34 3C
Octal 316 144 143 0 63 64 23 1 64 74
Binary 11001110 1100100 1100011 0 110011 110100 10011 1 110100 111100

Color Harmonies of #CE6463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6463

Black with #CE6463

Text Example


Text Example

White with #CE6463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6463; }

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

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

background-color css

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

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

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

border-color css

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

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

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