Html Css Color HEX #C96566 Mandy

📋 copy color: '#C96566'

red 201 ◦ green 101 ◦ blue 102

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

Shades of Mandy #C96566

Tints of Mandy #C96566

RGB

 RED value IS 201 (78.91% from 255) = 49.75%

 GREEN value IS 101 (39.84% from 255) = 25%

 BLUE value IS 102 (40.23% from 255) = 25.25%

R = 49.75%
G = 25%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C96566 (or 0xC96566) is known color: Mandy. HEX triplet: C9, 65 and 66. RGB value is (201,101,102). Sum of RGB (Red+Green+Blue) = 201+101+102=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C96566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96566 is #369A99. Grayscale: #838383. Windows color (decimal): -3578522 or 6710729. OLE color: 6710729.

HSL color Cylindrical-coordinate representation of color #C96566: hue angle of 359.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96566 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 101 102 -
CMYK 0 0.50 0.49 0.21
HSL 359.4º 0.48% 0.59% -
HSV(B) 359.4º 0.5% 0.79% -
XYZ 31.14 22.68 15.31 -
YUV 131.01 111.63 177.92 -
System Red Green Blue C M Y K H S L
Decimal 201 101 102 0 0.50 0.49 0.21 359.4 0.48 0.59
Hex C9 65 66 0 32 31 15 167 30 3B
Octal 311 145 146 0 62 61 25 547 60 73
Binary 11001001 1100101 1100110 0 110010 110001 10101 101100111 110000 111011

Color Harmonies of #C96566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96566

Black with #C96566

Text Example


Text Example

White with #C96566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96566; }

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

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

background-color css

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

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

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

border-color css

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

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

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