Html Css Color HEX #CE645C Indian Red

📋 copy color: '#CE645C'

red 206 ◦ green 100 ◦ blue 92

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

Shades of Indian Red #CE645C

Tints of Indian Red #CE645C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.13%

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

R = 51.76%
G = 25.13%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE645C (or 0xCE645C) is known color: Indian Red. HEX triplet: CE, 64 and 5C. RGB value is (206,100,92). Sum of RGB (Red+Green+Blue) = 206+100+92=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE645C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE645C is #319BA3. Grayscale: #828282. Windows color (decimal): -3251108 or 6055118. OLE color: 6055118.

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

Color convert

RGB 206 100 92 -
CMYK 0 0.51 0.55 0.19
HSL 4.21º 0.54% 0.58% -
HSV(B) 4.21º 0.55% 0.81% -
XYZ 31.94 23.01 12.88 -
YUV 130.78 106.12 181.65 -
System Red Green Blue C M Y K H S L
Decimal 206 100 92 0 0.51 0.55 0.19 4.21 0.54 0.58
Hex CE 64 5C 0 33 37 13 4 36 3A
Octal 316 144 134 0 63 67 23 4 66 72
Binary 11001110 1100100 1011100 0 110011 110111 10011 100 110110 111010

Color Harmonies of #CE645C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE645C

Black with #CE645C

Text Example


Text Example

White with #CE645C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE645C; }

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

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

background-color css

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

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

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

border-color css

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

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

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