Html Css Color HEX #CE6363 Indian Red

📋 copy color: '#CE6363'

red 206 ◦ green 99 ◦ blue 99

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

Shades of Indian Red #CE6363

Tints of Indian Red #CE6363

RGB

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

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

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

R = 50.99%
G = 24.5%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE6363 (or 0xCE6363) is known color: Indian Red. HEX triplet: CE, 63 and 63. RGB value is (206,99,99). Sum of RGB (Red+Green+Blue) = 206+99+99=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6363 is #319C9C. Grayscale: #838383. Windows color (decimal): -3251357 or 6513614. OLE color: 6513614.

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

Color convert

RGB 206 99 99 -
CMYK 0 0.52 0.52 0.19
HSL 0.52% 0.6% -
HSV(B) 0.52% 0.81% -
XYZ 32.17 22.95 14.54 -
YUV 130.99 109.95 181.5 -
System Red Green Blue C M Y K H S L
Decimal 206 99 99 0 0.52 0.52 0.19 0 0.52 0.6
Hex CE 63 63 0 34 34 13 0 34 3C
Octal 316 143 143 0 64 64 23 0 64 74
Binary 11001110 1100011 1100011 0 110100 110100 10011 0 110100 111100

Color Harmonies of #CE6363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6363

Black with #CE6363

Text Example


Text Example

White with #CE6363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6363; }

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

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

background-color css

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

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

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

border-color css

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

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

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