Html Css Color HEX #CE635B Indian Red

📋 copy color: '#CE635B'

red 206 ◦ green 99 ◦ blue 91

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

Shades of Indian Red #CE635B

Tints of Indian Red #CE635B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.98%

R = 52.02%
G = 25%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE635B (or 0xCE635B) is known color: Indian Red. HEX triplet: CE, 63 and 5B. RGB value is (206,99,91). Sum of RGB (Red+Green+Blue) = 206+99+91=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE635B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE635B is #319CA4. Grayscale: #828282. Windows color (decimal): -3251365 or 5989326. OLE color: 5989326.

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

Color convert

RGB 206 99 91 -
CMYK 0 0.52 0.56 0.19
HSL 4.17º 0.54% 0.58% -
HSV(B) 4.17º 0.56% 0.81% -
XYZ 31.8 22.8 12.62 -
YUV 130.08 105.95 182.15 -
System Red Green Blue C M Y K H S L
Decimal 206 99 91 0 0.52 0.56 0.19 4.17 0.54 0.58
Hex CE 63 5B 0 34 38 13 4 36 3A
Octal 316 143 133 0 64 70 23 4 66 72
Binary 11001110 1100011 1011011 0 110100 111000 10011 100 110110 111010

Color Harmonies of #CE635B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE635B

Black with #CE635B

Text Example


Text Example

White with #CE635B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE635B; }

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

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

background-color css

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

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

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

border-color css

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

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

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