Html Css Color HEX #CE6464 Indian Red

📋 copy color: '#CE6464'

red 206 ◦ green 100 ◦ blue 100

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

Shades of Indian Red #CE6464

Tints of Indian Red #CE6464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.63%

R = 50.74%
G = 24.63%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE6464 (or 0xCE6464) is known color: Indian Red. HEX triplet: CE, 64 and 64. RGB value is (206,100,100). Sum of RGB (Red+Green+Blue) = 206+100+100=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6464 is #319B9B. Grayscale: #838383. Windows color (decimal): -3251100 or 6579406. OLE color: 6579406.

HSL color Cylindrical-coordinate representation of color #CE6464: 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.51%. Process color model (Four color, CMYK) of #CE6464 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 100 100 -
CMYK 0 0.51 0.51 0.19
HSL 0.52% 0.6% -
HSV(B) 0.51% 0.81% -
XYZ 32.31 23.16 14.82 -
YUV 131.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 206 100 100 0 0.51 0.51 0.19 0 0.52 0.6
Hex CE 64 64 0 33 33 13 0 34 3C
Octal 316 144 144 0 63 63 23 0 64 74
Binary 11001110 1100100 1100100 0 110011 110011 10011 0 110100 111100

Color Harmonies of #CE6464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6464

Black with #CE6464

Text Example


Text Example

White with #CE6464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6464; }

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

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

background-color css

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

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

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

border-color css

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

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

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