Html Css Color HEX #CE6665 Indian Red

📋 copy color: '#CE6665'

red 206 ◦ green 102 ◦ blue 101

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

Shades of Indian Red #CE6665

Tints of Indian Red #CE6665

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.94%

 BLUE value IS 101 (39.84% from 255) = 24.69%

R = 50.37%
G = 24.94%
B = 24.69%

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

#CE6665 (or 0xCE6665) is known color: Indian Red. HEX triplet: CE, 66 and 65. RGB value is (206,102,101). Sum of RGB (Red+Green+Blue) = 206+102+101=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6665 is #31999A. Grayscale: #858585. Windows color (decimal): -3250587 or 6645454. OLE color: 6645454.

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

Color convert

RGB 206 102 101 -
CMYK 0 0.50 0.51 0.19
HSL 0.57º 0.52% 0.6% -
HSV(B) 0.57º 0.51% 0.81% -
XYZ 32.55 23.56 15.14 -
YUV 132.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 206 102 101 0 0.50 0.51 0.19 0.57 0.52 0.6
Hex CE 66 65 0 32 33 13 1 34 3C
Octal 316 146 145 0 62 63 23 1 64 74
Binary 11001110 1100110 1100101 0 110010 110011 10011 1 110100 111100

Color Harmonies of #CE6665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6665

Black with #CE6665

Text Example


Text Example

White with #CE6665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6665; }

 p { color: rgb(206,102,101); }

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

background-color css

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

 a { background-color: rgb(206,102,101); }

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

border-color css

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

 span { border-color: rgb(206,102,101); }

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