Html Css Color HEX #C96063 Mandy

📋 copy color: '#C96063'

red 201 ◦ green 96 ◦ blue 99

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

Shades of Mandy #C96063

Tints of Mandy #C96063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.24%

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

R = 50.76%
G = 24.24%
B = 25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C96063 (or 0xC96063) is known color: Mandy. HEX triplet: C9, 60 and 63. RGB value is (201,96,99). Sum of RGB (Red+Green+Blue) = 201+96+99=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C96063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96063 is #369F9C. Grayscale: #7F7F7F. Windows color (decimal): -3579805 or 6512841. OLE color: 6512841.

HSL color Cylindrical-coordinate representation of color #C96063: hue angle of 358.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C96063 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 96 99 -
CMYK 0 0.52 0.51 0.21
HSL 358.29º 0.49% 0.58% -
HSV(B) 358.29º 0.52% 0.79% -
XYZ 30.52 21.68 14.38 -
YUV 127.74 111.79 180.26 -
System Red Green Blue C M Y K H S L
Decimal 201 96 99 0 0.52 0.51 0.21 358.29 0.49 0.58
Hex C9 60 63 0 34 33 15 166 31 3A
Octal 311 140 143 0 64 63 25 546 61 72
Binary 11001001 1100000 1100011 0 110100 110011 10101 101100110 110001 111010

Color Harmonies of #C96063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96063

Black with #C96063

Text Example


Text Example

White with #C96063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96063; }

 p { color: rgb(201,96,99); }

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

background-color css

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

 a { background-color: rgb(201,96,99); }

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

border-color css

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

 span { border-color: rgb(201,96,99); }

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