Html Css Color HEX #C96465 Mandy

📋 copy color: '#C96465'

red 201 ◦ green 100 ◦ blue 101

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

Shades of Mandy #C96465

Tints of Mandy #C96465

RGB

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

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

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

R = 50%
G = 24.88%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C96465 (or 0xC96465) is known color: Mandy. HEX triplet: C9, 64 and 65. RGB value is (201,100,101). Sum of RGB (Red+Green+Blue) = 201+100+101=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C96465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96465 is #369B9A. Grayscale: #828282. Windows color (decimal): -3578779 or 6644937. OLE color: 6644937.

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

Color convert

RGB 201 100 101 -
CMYK 0 0.50 0.50 0.21
HSL 359.41º 0.48% 0.59% -
HSV(B) 359.41º 0.5% 0.79% -
XYZ 30.99 22.47 15.02 -
YUV 130.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 201 100 101 0 0.50 0.50 0.21 359.41 0.48 0.59
Hex C9 64 65 0 32 32 15 167 30 3B
Octal 311 144 145 0 62 62 25 547 60 73
Binary 11001001 1100100 1100101 0 110010 110010 10101 101100111 110000 111011

Color Harmonies of #C96465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96465

Black with #C96465

Text Example


Text Example

White with #C96465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96465; }

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

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

background-color css

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

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

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

border-color css

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

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

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