Html Css Color HEX #CE635E Indian Red

📋 copy color: '#CE635E'

red 206 ◦ green 99 ◦ blue 94

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

Shades of Indian Red #CE635E

Tints of Indian Red #CE635E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.81%

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

R = 51.63%
G = 24.81%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE635E (or 0xCE635E) is known color: Indian Red. HEX triplet: CE, 63 and 5E. RGB value is (206,99,94). Sum of RGB (Red+Green+Blue) = 206+99+94=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE635E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE635E is #319CA1. Grayscale: #828282. Windows color (decimal): -3251362 or 6185934. OLE color: 6185934.

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

Color convert

RGB 206 99 94 -
CMYK 0 0.52 0.54 0.19
HSL 2.68º 0.53% 0.59% -
HSV(B) 2.68º 0.54% 0.81% -
XYZ 31.94 22.85 13.32 -
YUV 130.42 107.45 181.91 -
System Red Green Blue C M Y K H S L
Decimal 206 99 94 0 0.52 0.54 0.19 2.68 0.53 0.59
Hex CE 63 5E 0 34 36 13 3 35 3B
Octal 316 143 136 0 64 66 23 3 65 73
Binary 11001110 1100011 1011110 0 110100 110110 10011 11 110101 111011

Color Harmonies of #CE635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE635E

Black with #CE635E

Text Example


Text Example

White with #CE635E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE635E; }

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

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

background-color css

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

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

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

border-color css

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

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

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