Html Css Color HEX #C96669 Mandy

📋 copy color: '#C96669'

red 201 ◦ green 102 ◦ blue 105

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

Shades of Mandy #C96669

Tints of Mandy #C96669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.74%

R = 49.26%
G = 25%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C96669 (or 0xC96669) is known color: Mandy. HEX triplet: C9, 66 and 69. RGB value is (201,102,105). Sum of RGB (Red+Green+Blue) = 201+102+105=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C96669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96669 is #369996. Grayscale: #848484. Windows color (decimal): -3578263 or 6907593. OLE color: 6907593.

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

Color convert

RGB 201 102 105 -
CMYK 0 0.49 0.48 0.21
HSL 358.18º 0.48% 0.59% -
HSV(B) 358.18º 0.49% 0.79% -
XYZ 31.39 22.94 16.14 -
YUV 131.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 201 102 105 0 0.49 0.48 0.21 358.18 0.48 0.59
Hex C9 66 69 0 31 30 15 166 30 3B
Octal 311 146 151 0 61 60 25 546 60 73
Binary 11001001 1100110 1101001 0 110001 110000 10101 101100110 110000 111011

Color Harmonies of #C96669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96669

Black with #C96669

Text Example


Text Example

White with #C96669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96669; }

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

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

background-color css

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

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

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

border-color css

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

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

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