Html Css Color HEX #CE6763 Indian Red

📋 copy color: '#CE6763'

red 206 ◦ green 103 ◦ blue 99

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

Shades of Indian Red #CE6763

Tints of Indian Red #CE6763

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.25%

 BLUE value IS 99 (39.06% from 255) = 24.26%

R = 50.49%
G = 25.25%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE6763 (or 0xCE6763) is known color: Indian Red. HEX triplet: CE, 67 and 63. RGB value is (206,103,99). Sum of RGB (Red+Green+Blue) = 206+103+99=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 99 (39.06% from 255 or 24.26% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6763 is #31989C. Grayscale: #858585. Windows color (decimal): -3250333 or 6514638. OLE color: 6514638.

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

Color convert

RGB 206 103 99 -
CMYK 0 0.50 0.52 0.19
HSL 2.24º 0.52% 0.6% -
HSV(B) 2.24º 0.52% 0.81% -
XYZ 32.56 23.72 14.67 -
YUV 133.34 108.62 179.83 -
System Red Green Blue C M Y K H S L
Decimal 206 103 99 0 0.50 0.52 0.19 2.24 0.52 0.6
Hex CE 67 63 0 32 34 13 2 34 3C
Octal 316 147 143 0 62 64 23 2 64 74
Binary 11001110 1100111 1100011 0 110010 110100 10011 10 110100 111100

Color Harmonies of #CE6763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6763

Black with #CE6763

Text Example


Text Example

White with #CE6763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6763; }

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

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

background-color css

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

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

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

border-color css

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

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

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