Html Css Color HEX #CE645F Indian Red

📋 copy color: '#CE645F'

red 206 ◦ green 100 ◦ blue 95

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

Shades of Indian Red #CE645F

Tints of Indian Red #CE645F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.69%

R = 51.37%
G = 24.94%
B = 23.69%

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

#CE645F (or 0xCE645F) is known color: Indian Red. HEX triplet: CE, 64 and 5F. RGB value is (206,100,95). Sum of RGB (Red+Green+Blue) = 206+100+95=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE645F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE645F is #319BA0. Grayscale: #838383. Windows color (decimal): -3251105 or 6251726. OLE color: 6251726.

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

Color convert

RGB 206 100 95 -
CMYK 0 0.51 0.54 0.19
HSL 2.7º 0.53% 0.59% -
HSV(B) 2.7º 0.54% 0.81% -
XYZ 32.08 23.06 13.59 -
YUV 131.12 107.62 181.41 -
System Red Green Blue C M Y K H S L
Decimal 206 100 95 0 0.51 0.54 0.19 2.7 0.53 0.59
Hex CE 64 5F 0 33 36 13 3 35 3B
Octal 316 144 137 0 63 66 23 3 65 73
Binary 11001110 1100100 1011111 0 110011 110110 10011 11 110101 111011

Color Harmonies of #CE645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE645F

Black with #CE645F

Text Example


Text Example

White with #CE645F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE645F; }

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

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

background-color css

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

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

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

border-color css

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

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

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