Html Css Color HEX #C66166 Mandy

📋 copy color: '#C66166'

red 198 ◦ green 97 ◦ blue 102

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

Shades of Mandy #C66166

Tints of Mandy #C66166

RGB

 RED value IS 198 (77.73% from 255) = 49.87%

 GREEN value IS 97 (38.28% from 255) = 24.43%

 BLUE value IS 102 (40.23% from 255) = 25.69%

R = 49.87%
G = 24.43%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C66166 (or 0xC66166) is known color: Mandy. HEX triplet: C6, 61 and 66. RGB value is (198,97,102). Sum of RGB (Red+Green+Blue) = 198+97+102=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C66166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66166 is #399E99. Grayscale: #7F7F7F. Windows color (decimal): -3776154 or 6709702. OLE color: 6709702.

HSL color Cylindrical-coordinate representation of color #C66166: hue angle of 357.03º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C66166 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 97 102 -
CMYK 0 0.51 0.48 0.22
HSL 357.03º 0.47% 0.58% -
HSV(B) 357.03º 0.51% 0.78% -
XYZ 29.96 21.51 15.14 -
YUV 127.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 198 97 102 0 0.51 0.48 0.22 357.03 0.47 0.58
Hex C6 61 66 0 33 30 16 165 2F 3A
Octal 306 141 146 0 63 60 26 545 57 72
Binary 11000110 1100001 1100110 0 110011 110000 10110 101100101 101111 111010

Color Harmonies of #C66166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66166

Black with #C66166

Text Example


Text Example

White with #C66166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66166; }

 p { color: rgb(198,97,102); }

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

background-color css

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

 a { background-color: rgb(198,97,102); }

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

border-color css

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

 span { border-color: rgb(198,97,102); }

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