Html Css Color HEX #CE6764 Indian Red

📋 copy color: '#CE6764'

red 206 ◦ green 103 ◦ blue 100

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

Shades of Indian Red #CE6764

Tints of Indian Red #CE6764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.45%

R = 50.37%
G = 25.18%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE6764 (or 0xCE6764) is known color: Indian Red. HEX triplet: CE, 67 and 64. RGB value is (206,103,100). Sum of RGB (Red+Green+Blue) = 206+103+100=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6764 is #31989B. Grayscale: #858585. Windows color (decimal): -3250332 or 6580174. OLE color: 6580174.

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

Color convert

RGB 206 103 100 -
CMYK 0 0.50 0.51 0.19
HSL 1.7º 0.52% 0.6% -
HSV(B) 1.7º 0.51% 0.81% -
XYZ 32.6 23.74 14.92 -
YUV 133.46 109.12 179.74 -
System Red Green Blue C M Y K H S L
Decimal 206 103 100 0 0.50 0.51 0.19 1.7 0.52 0.6
Hex CE 67 64 0 32 33 13 2 34 3C
Octal 316 147 144 0 62 63 23 2 64 74
Binary 11001110 1100111 1100100 0 110010 110011 10011 10 110100 111100

Color Harmonies of #CE6764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6764

Black with #CE6764

Text Example


Text Example

White with #CE6764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6764; }

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

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

background-color css

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

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

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

border-color css

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

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

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