Html Css Color HEX #C96466 Mandy

📋 copy color: '#C96466'

red 201 ◦ green 100 ◦ blue 102

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

Shades of Mandy #C96466

Tints of Mandy #C96466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.81%

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

R = 49.88%
G = 24.81%
B = 25.31%

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

#C96466 (or 0xC96466) is known color: Mandy. HEX triplet: C9, 64 and 66. RGB value is (201,100,102). Sum of RGB (Red+Green+Blue) = 201+100+102=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C96466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96466 is #369B99. Grayscale: #828282. Windows color (decimal): -3578778 or 6710473. OLE color: 6710473.

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

Color convert

RGB 201 100 102 -
CMYK 0 0.50 0.49 0.21
HSL 358.81º 0.48% 0.59% -
HSV(B) 358.81º 0.5% 0.79% -
XYZ 31.04 22.49 15.28 -
YUV 130.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 201 100 102 0 0.50 0.49 0.21 358.81 0.48 0.59
Hex C9 64 66 0 32 31 15 167 30 3B
Octal 311 144 146 0 62 61 25 547 60 73
Binary 11001001 1100100 1100110 0 110010 110001 10101 101100111 110000 111011

Color Harmonies of #C96466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96466

Black with #C96466

Text Example


Text Example

White with #C96466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96466; }

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

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

background-color css

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

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

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

border-color css

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

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

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