Html Css Color HEX #CE635C Indian Red

📋 copy color: '#CE635C'

red 206 ◦ green 99 ◦ blue 92

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

Shades of Indian Red #CE635C

Tints of Indian Red #CE635C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.17%

R = 51.89%
G = 24.94%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE635C (or 0xCE635C) is known color: Indian Red. HEX triplet: CE, 63 and 5C. RGB value is (206,99,92). Sum of RGB (Red+Green+Blue) = 206+99+92=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE635C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE635C is #319CA3. Grayscale: #828282. Windows color (decimal): -3251364 or 6054862. OLE color: 6054862.

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

Color convert

RGB 206 99 92 -
CMYK 0 0.52 0.55 0.19
HSL 3.68º 0.54% 0.58% -
HSV(B) 3.68º 0.55% 0.81% -
XYZ 31.85 22.82 12.85 -
YUV 130.2 106.45 182.07 -
System Red Green Blue C M Y K H S L
Decimal 206 99 92 0 0.52 0.55 0.19 3.68 0.54 0.58
Hex CE 63 5C 0 34 37 13 4 36 3A
Octal 316 143 134 0 64 67 23 4 66 72
Binary 11001110 1100011 1011100 0 110100 110111 10011 100 110110 111010

Color Harmonies of #CE635C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE635C

Black with #CE635C

Text Example


Text Example

White with #CE635C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE635C; }

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

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

background-color css

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

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

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

border-color css

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

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

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