Html Css Color HEX #C96568 Mandy

📋 copy color: '#C96568'

red 201 ◦ green 101 ◦ blue 104

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

Shades of Mandy #C96568

Tints of Mandy #C96568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.62%

R = 49.51%
G = 24.88%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C96568 (or 0xC96568) is known color: Mandy. HEX triplet: C9, 65 and 68. RGB value is (201,101,104). Sum of RGB (Red+Green+Blue) = 201+101+104=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C96568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96568 is #369A97. Grayscale: #838383. Windows color (decimal): -3578520 or 6841801. OLE color: 6841801.

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

Color convert

RGB 201 101 104 -
CMYK 0 0.50 0.48 0.21
HSL 358.2º 0.48% 0.59% -
HSV(B) 358.2º 0.5% 0.79% -
XYZ 31.24 22.72 15.84 -
YUV 131.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 201 101 104 0 0.50 0.48 0.21 358.2 0.48 0.59
Hex C9 65 68 0 32 30 15 166 30 3B
Octal 311 145 150 0 62 60 25 546 60 73
Binary 11001001 1100101 1101000 0 110010 110000 10101 101100110 110000 111011

Color Harmonies of #C96568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96568

Black with #C96568

Text Example


Text Example

White with #C96568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96568; }

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

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

background-color css

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

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

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

border-color css

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

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

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