Html Css Color HEX #CE6261 Indian Red

📋 copy color: '#CE6261'

red 206 ◦ green 98 ◦ blue 97

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

Shades of Indian Red #CE6261

Tints of Indian Red #CE6261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.44%

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

R = 51.37%
G = 24.44%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE6261 (or 0xCE6261) is known color: Indian Red. HEX triplet: CE, 62 and 61. RGB value is (206,98,97). Sum of RGB (Red+Green+Blue) = 206+98+97=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6261 is #319D9E. Grayscale: #828282. Windows color (decimal): -3251615 or 6382286. OLE color: 6382286.

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

Color convert

RGB 206 98 97 -
CMYK 0 0.52 0.53 0.19
HSL 0.55º 0.53% 0.59% -
HSV(B) 0.55º 0.53% 0.81% -
XYZ 31.98 22.72 14.01 -
YUV 130.18 109.28 182.08 -
System Red Green Blue C M Y K H S L
Decimal 206 98 97 0 0.52 0.53 0.19 0.55 0.53 0.59
Hex CE 62 61 0 34 35 13 1 35 3B
Octal 316 142 141 0 64 65 23 1 65 73
Binary 11001110 1100010 1100001 0 110100 110101 10011 1 110101 111011

Color Harmonies of #CE6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6261

Black with #CE6261

Text Example


Text Example

White with #CE6261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6261; }

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

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

background-color css

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

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

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

border-color css

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

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

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