Html Css Color HEX #CE645E Indian Red

📋 copy color: '#CE645E'

red 206 ◦ green 100 ◦ blue 94

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

Shades of Indian Red #CE645E

Tints of Indian Red #CE645E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.5%

R = 51.5%
G = 25%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE645E (or 0xCE645E) is known color: Indian Red. HEX triplet: CE, 64 and 5E. RGB value is (206,100,94). Sum of RGB (Red+Green+Blue) = 206+100+94=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE645E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE645E is #319BA1. Grayscale: #838383. Windows color (decimal): -3251106 or 6186190. OLE color: 6186190.

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

Color convert

RGB 206 100 94 -
CMYK 0 0.51 0.54 0.19
HSL 3.21º 0.53% 0.59% -
HSV(B) 3.21º 0.54% 0.81% -
XYZ 32.03 23.04 13.35 -
YUV 131.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 206 100 94 0 0.51 0.54 0.19 3.21 0.53 0.59
Hex CE 64 5E 0 33 36 13 3 35 3B
Octal 316 144 136 0 63 66 23 3 65 73
Binary 11001110 1100100 1011110 0 110011 110110 10011 11 110101 111011

Color Harmonies of #CE645E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE645E

Black with #CE645E

Text Example


Text Example

White with #CE645E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE645E; }

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

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

background-color css

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

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

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

border-color css

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

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

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