Html Css Color HEX #CE615C Indian Red

📋 copy color: '#CE615C'

red 206 ◦ green 97 ◦ blue 92

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

Shades of Indian Red #CE615C

Tints of Indian Red #CE615C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.56%

 BLUE value IS 92 (36.33% from 255) = 23.29%

R = 52.15%
G = 24.56%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE615C (or 0xCE615C) is known color: Indian Red. HEX triplet: CE, 61 and 5C. RGB value is (206,97,92). Sum of RGB (Red+Green+Blue) = 206+97+92=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE615C is #319EA3. Grayscale: #818181. Windows color (decimal): -3251876 or 6054350. OLE color: 6054350.

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

Color convert

RGB 206 97 92 -
CMYK 0 0.53 0.55 0.19
HSL 2.63º 0.54% 0.58% -
HSV(B) 2.63º 0.55% 0.81% -
XYZ 31.66 22.44 12.79 -
YUV 129.02 107.11 182.91 -
System Red Green Blue C M Y K H S L
Decimal 206 97 92 0 0.53 0.55 0.19 2.63 0.54 0.58
Hex CE 61 5C 0 35 37 13 3 36 3A
Octal 316 141 134 0 65 67 23 3 66 72
Binary 11001110 1100001 1011100 0 110101 110111 10011 11 110110 111010

Color Harmonies of #CE615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE615C

Black with #CE615C

Text Example


Text Example

White with #CE615C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE615C; }

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

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

background-color css

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

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

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

border-color css

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

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

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