Html Css Color HEX #C66A6B Mandy

📋 copy color: '#C66A6B'

red 198 ◦ green 106 ◦ blue 107

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

Shades of Mandy #C66A6B

Tints of Mandy #C66A6B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.79%

 BLUE value IS 107 (42.19% from 255) = 26.03%

R = 48.18%
G = 25.79%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C66A6B (or 0xC66A6B) is known color: Mandy. HEX triplet: C6, 6A and 6B. RGB value is (198,106,107). Sum of RGB (Red+Green+Blue) = 198+106+107=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66A6B is #399594. Grayscale: #858585. Windows color (decimal): -3773845 or 7039686. OLE color: 7039686.

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

Color convert

RGB 198 106 107 -
CMYK 0 0.46 0.46 0.22
HSL 359.35º 0.45% 0.6% -
HSV(B) 359.35º 0.46% 0.78% -
XYZ 31.1 23.38 16.78 -
YUV 133.62 112.98 173.92 -
System Red Green Blue C M Y K H S L
Decimal 198 106 107 0 0.46 0.46 0.22 359.35 0.45 0.6
Hex C6 6A 6B 0 2E 2E 16 167 2D 3C
Octal 306 152 153 0 56 56 26 547 55 74
Binary 11000110 1101010 1101011 0 101110 101110 10110 101100111 101101 111100

Color Harmonies of #C66A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66A6B

Black with #C66A6B

Text Example


Text Example

White with #C66A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66A6B; }

 p { color: rgb(198,106,107); }

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

background-color css

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

 a { background-color: rgb(198,106,107); }

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

border-color css

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

 span { border-color: rgb(198,106,107); }

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