Html Css Color HEX #C96567 Mandy

📋 copy color: '#C96567'

red 201 ◦ green 101 ◦ blue 103

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

Shades of Mandy #C96567

Tints of Mandy #C96567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.43%

R = 49.63%
G = 24.94%
B = 25.43%

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

#C96567 (or 0xC96567) is known color: Mandy. HEX triplet: C9, 65 and 67. RGB value is (201,101,103). Sum of RGB (Red+Green+Blue) = 201+101+103=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C96567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96567 is #369A98. Grayscale: #838383. Windows color (decimal): -3578521 or 6776265. OLE color: 6776265.

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

Color convert

RGB 201 101 103 -
CMYK 0 0.50 0.49 0.21
HSL 358.8º 0.48% 0.59% -
HSV(B) 358.8º 0.5% 0.79% -
XYZ 31.19 22.7 15.57 -
YUV 131.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 201 101 103 0 0.50 0.49 0.21 358.8 0.48 0.59
Hex C9 65 67 0 32 31 15 167 30 3B
Octal 311 145 147 0 62 61 25 547 60 73
Binary 11001001 1100101 1100111 0 110010 110001 10101 101100111 110000 111011

Color Harmonies of #C96567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96567

Black with #C96567

Text Example


Text Example

White with #C96567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96567; }

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

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

background-color css

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

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

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

border-color css

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

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

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