Html Css Color HEX #CE635F Indian Red

📋 copy color: '#CE635F'

red 206 ◦ green 99 ◦ blue 95

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

Shades of Indian Red #CE635F

Tints of Indian Red #CE635F

RGB

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

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

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

R = 51.5%
G = 24.75%
B = 23.75%

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

#CE635F (or 0xCE635F) is known color: Indian Red. HEX triplet: CE, 63 and 5F. RGB value is (206,99,95). Sum of RGB (Red+Green+Blue) = 206+99+95=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE635F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE635F is #319CA0. Grayscale: #828282. Windows color (decimal): -3251361 or 6251470. OLE color: 6251470.

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

Color convert

RGB 206 99 95 -
CMYK 0 0.52 0.54 0.19
HSL 2.16º 0.53% 0.59% -
HSV(B) 2.16º 0.54% 0.81% -
XYZ 31.98 22.87 13.56 -
YUV 130.54 107.95 181.83 -
System Red Green Blue C M Y K H S L
Decimal 206 99 95 0 0.52 0.54 0.19 2.16 0.53 0.59
Hex CE 63 5F 0 34 36 13 2 35 3B
Octal 316 143 137 0 64 66 23 2 65 73
Binary 11001110 1100011 1011111 0 110100 110110 10011 10 110101 111011

Color Harmonies of #CE635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE635F

Black with #CE635F

Text Example


Text Example

White with #CE635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE635F; }

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

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

background-color css

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

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

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

border-color css

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

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

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