Html Css Color HEX #CE6360 Indian Red

📋 copy color: '#CE6360'

red 206 ◦ green 99 ◦ blue 96

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

Shades of Indian Red #CE6360

Tints of Indian Red #CE6360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.69%

 BLUE value IS 96 (37.89% from 255) = 23.94%

R = 51.37%
G = 24.69%
B = 23.94%

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

#CE6360 (or 0xCE6360) is known color: Indian Red. HEX triplet: CE, 63 and 60. RGB value is (206,99,96). Sum of RGB (Red+Green+Blue) = 206+99+96=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6360 is #319C9F. Grayscale: #828282. Windows color (decimal): -3251360 or 6317006. OLE color: 6317006.

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

Color convert

RGB 206 99 96 -
CMYK 0 0.52 0.53 0.19
HSL 1.64º 0.53% 0.59% -
HSV(B) 1.64º 0.53% 0.81% -
XYZ 32.03 22.89 13.8 -
YUV 130.65 108.45 181.74 -
System Red Green Blue C M Y K H S L
Decimal 206 99 96 0 0.52 0.53 0.19 1.64 0.53 0.59
Hex CE 63 60 0 34 35 13 2 35 3B
Octal 316 143 140 0 64 65 23 2 65 73
Binary 11001110 1100011 1100000 0 110100 110101 10011 10 110101 111011

Color Harmonies of #CE6360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6360

Black with #CE6360

Text Example


Text Example

White with #CE6360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6360; }

 p { color: rgb(206,99,96); }

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

background-color css

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

 a { background-color: rgb(206,99,96); }

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

border-color css

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

 span { border-color: rgb(206,99,96); }

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