Html Css Color HEX #C96667 Mandy

📋 copy color: '#C96667'

red 201 ◦ green 102 ◦ blue 103

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

Shades of Mandy #C96667

Tints of Mandy #C96667

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.12%

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

R = 49.51%
G = 25.12%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C96667 (or 0xC96667) is known color: Mandy. HEX triplet: C9, 66 and 67. RGB value is (201,102,103). Sum of RGB (Red+Green+Blue) = 201+102+103=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C96667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96667 is #369998. Grayscale: #838383. Windows color (decimal): -3578265 or 6776521. OLE color: 6776521.

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

Color convert

RGB 201 102 103 -
CMYK 0 0.49 0.49 0.21
HSL 359.39º 0.48% 0.59% -
HSV(B) 359.39º 0.49% 0.79% -
XYZ 31.29 22.9 15.6 -
YUV 131.72 111.8 177.42 -
System Red Green Blue C M Y K H S L
Decimal 201 102 103 0 0.49 0.49 0.21 359.39 0.48 0.59
Hex C9 66 67 0 31 31 15 167 30 3B
Octal 311 146 147 0 61 61 25 547 60 73
Binary 11001001 1100110 1100111 0 110001 110001 10101 101100111 110000 111011

Color Harmonies of #C96667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96667

Black with #C96667

Text Example


Text Example

White with #C96667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96667; }

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

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

background-color css

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

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

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

border-color css

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

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

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