Html Css Color HEX #CE5655 Indian Red

📋 copy color: '#CE5655'

red 206 ◦ green 86 ◦ blue 85

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

Shades of Indian Red #CE5655

Tints of Indian Red #CE5655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.81%

 BLUE value IS 85 (33.59% from 255) = 22.55%

R = 54.64%
G = 22.81%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE5655 (or 0xCE5655) is known color: Indian Red. HEX triplet: CE, 56 and 55. RGB value is (206,86,85). Sum of RGB (Red+Green+Blue) = 206+86+85=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5655 is #31A9AA. Grayscale: #797979. Windows color (decimal): -3254699 or 5592782. OLE color: 5592782.

HSL color Cylindrical-coordinate representation of color #CE5655: hue angle of 0.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5655 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 86 85 -
CMYK 0 0.58 0.59 0.19
HSL 0.5º 0.55% 0.57% -
HSV(B) 0.5º 0.59% 0.81% -
XYZ 30.42 20.43 10.93 -
YUV 121.77 107.26 188.08 -
System Red Green Blue C M Y K H S L
Decimal 206 86 85 0 0.58 0.59 0.19 0.5 0.55 0.57
Hex CE 56 55 0 3A 3B 13 0 37 39
Octal 316 126 125 0 72 73 23 0 67 71
Binary 11001110 1010110 1010101 0 111010 111011 10011 0 110111 111001

Color Harmonies of #CE5655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5655

Black with #CE5655

Text Example


Text Example

White with #CE5655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5655; }

 p { color: rgb(206,86,85); }

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

background-color css

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

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

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

border-color css

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

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

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