Html Css Color HEX #CE6661 Indian Red

📋 copy color: '#CE6661'

red 206 ◦ green 102 ◦ blue 97

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

Shades of Indian Red #CE6661

Tints of Indian Red #CE6661

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.19%

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

R = 50.86%
G = 25.19%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE6661 (or 0xCE6661) is known color: Indian Red. HEX triplet: CE, 66 and 61. RGB value is (206,102,97). Sum of RGB (Red+Green+Blue) = 206+102+97=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6661 is #31999E. Grayscale: #848484. Windows color (decimal): -3250591 or 6383310. OLE color: 6383310.

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

Color convert

RGB 206 102 97 -
CMYK 0 0.50 0.53 0.19
HSL 2.75º 0.53% 0.59% -
HSV(B) 2.75º 0.53% 0.81% -
XYZ 32.36 23.49 14.14 -
YUV 132.53 107.96 180.41 -
System Red Green Blue C M Y K H S L
Decimal 206 102 97 0 0.50 0.53 0.19 2.75 0.53 0.59
Hex CE 66 61 0 32 35 13 3 35 3B
Octal 316 146 141 0 62 65 23 3 65 73
Binary 11001110 1100110 1100001 0 110010 110101 10011 11 110101 111011

Color Harmonies of #CE6661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6661

Black with #CE6661

Text Example


Text Example

White with #CE6661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6661; }

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

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

background-color css

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

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

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

border-color css

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

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

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