Html Css Color HEX #CE6561 Indian Red

📋 copy color: '#CE6561'

red 206 ◦ green 101 ◦ blue 97

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

Shades of Indian Red #CE6561

Tints of Indian Red #CE6561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.01%

R = 50.99%
G = 25%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE6561 (or 0xCE6561) is known color: Indian Red. HEX triplet: CE, 65 and 61. RGB value is (206,101,97). Sum of RGB (Red+Green+Blue) = 206+101+97=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6561 is #319A9E. Grayscale: #848484. Windows color (decimal): -3250847 or 6383054. OLE color: 6383054.

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

Color convert

RGB 206 101 97 -
CMYK 0 0.51 0.53 0.19
HSL 2.2º 0.53% 0.59% -
HSV(B) 2.2º 0.53% 0.81% -
XYZ 32.26 23.29 14.1 -
YUV 131.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 206 101 97 0 0.51 0.53 0.19 2.2 0.53 0.59
Hex CE 65 61 0 33 35 13 2 35 3B
Octal 316 145 141 0 63 65 23 2 65 73
Binary 11001110 1100101 1100001 0 110011 110101 10011 10 110101 111011

Color Harmonies of #CE6561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6561

Black with #CE6561

Text Example


Text Example

White with #CE6561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6561; }

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

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

background-color css

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

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

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

border-color css

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

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

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