Html Css Color HEX #C66366 Mandy

📋 copy color: '#C66366'

red 198 ◦ green 99 ◦ blue 102

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

Shades of Mandy #C66366

Tints of Mandy #C66366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.81%

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

R = 49.62%
G = 24.81%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C66366 (or 0xC66366) is known color: Mandy. HEX triplet: C6, 63 and 66. RGB value is (198,99,102). Sum of RGB (Red+Green+Blue) = 198+99+102=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C66366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66366 is #399C99. Grayscale: #818181. Windows color (decimal): -3775642 or 6710214. OLE color: 6710214.

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

Color convert

RGB 198 99 102 -
CMYK 0 0.50 0.48 0.22
HSL 358.18º 0.46% 0.58% -
HSV(B) 358.18º 0.5% 0.78% -
XYZ 30.15 21.89 15.21 -
YUV 128.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 198 99 102 0 0.50 0.48 0.22 358.18 0.46 0.58
Hex C6 63 66 0 32 30 16 166 2E 3A
Octal 306 143 146 0 62 60 26 546 56 72
Binary 11000110 1100011 1100110 0 110010 110000 10110 101100110 101110 111010

Color Harmonies of #C66366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66366

Black with #C66366

Text Example


Text Example

White with #C66366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66366; }

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

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

background-color css

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

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

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

border-color css

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

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

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