Html Css Color HEX #CE655E Indian Red

📋 copy color: '#CE655E'

red 206 ◦ green 101 ◦ blue 94

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

Shades of Indian Red #CE655E

Tints of Indian Red #CE655E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.19%

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

R = 51.37%
G = 25.19%
B = 23.44%

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

#CE655E (or 0xCE655E) is known color: Indian Red. HEX triplet: CE, 65 and 5E. RGB value is (206,101,94). Sum of RGB (Red+Green+Blue) = 206+101+94=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE655E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE655E is #319AA1. Grayscale: #838383. Windows color (decimal): -3250850 or 6186446. OLE color: 6186446.

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

Color convert

RGB 206 101 94 -
CMYK 0 0.51 0.54 0.19
HSL 3.75º 0.53% 0.59% -
HSV(B) 3.75º 0.54% 0.81% -
XYZ 32.13 23.24 13.38 -
YUV 131.6 106.79 181.07 -
System Red Green Blue C M Y K H S L
Decimal 206 101 94 0 0.51 0.54 0.19 3.75 0.53 0.59
Hex CE 65 5E 0 33 36 13 4 35 3B
Octal 316 145 136 0 63 66 23 4 65 73
Binary 11001110 1100101 1011110 0 110011 110110 10011 100 110101 111011

Color Harmonies of #CE655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE655E

Black with #CE655E

Text Example


Text Example

White with #CE655E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE655E; }

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

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

background-color css

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

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

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

border-color css

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

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

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