Html Css Color HEX #CE6564 Indian Red

📋 copy color: '#CE6564'

red 206 ◦ green 101 ◦ blue 100

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

Shades of Indian Red #CE6564

Tints of Indian Red #CE6564

RGB

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

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

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

R = 50.61%
G = 24.82%
B = 24.57%

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

#CE6564 (or 0xCE6564) is known color: Indian Red. HEX triplet: CE, 65 and 64. RGB value is (206,101,100). Sum of RGB (Red+Green+Blue) = 206+101+100=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6564 is #319A9B. Grayscale: #848484. Windows color (decimal): -3250844 or 6579662. OLE color: 6579662.

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

Color convert

RGB 206 101 100 -
CMYK 0 0.51 0.51 0.19
HSL 0.57º 0.52% 0.6% -
HSV(B) 0.57º 0.51% 0.81% -
XYZ 32.41 23.35 14.86 -
YUV 132.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 206 101 100 0 0.51 0.51 0.19 0.57 0.52 0.6
Hex CE 65 64 0 33 33 13 1 34 3C
Octal 316 145 144 0 63 63 23 1 64 74
Binary 11001110 1100101 1100100 0 110011 110011 10011 1 110100 111100

Color Harmonies of #CE6564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6564

Black with #CE6564

Text Example


Text Example

White with #CE6564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6564; }

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

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

background-color css

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

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

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

border-color css

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

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

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