Html Css Color HEX #C66668 Mandy

📋 copy color: '#C66668'

red 198 ◦ green 102 ◦ blue 104

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

Shades of Mandy #C66668

Tints of Mandy #C66668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.74%

R = 49.01%
G = 25.25%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C66668 (or 0xC66668) is known color: Mandy. HEX triplet: C6, 66 and 68. RGB value is (198,102,104). Sum of RGB (Red+Green+Blue) = 198+102+104=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C66668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66668 is #399997. Grayscale: #838383. Windows color (decimal): -3774872 or 6842054. OLE color: 6842054.

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

Color convert

RGB 198 102 104 -
CMYK 0 0.48 0.47 0.22
HSL 358.75º 0.46% 0.59% -
HSV(B) 358.75º 0.48% 0.78% -
XYZ 30.54 22.51 15.83 -
YUV 130.93 112.8 175.84 -
System Red Green Blue C M Y K H S L
Decimal 198 102 104 0 0.48 0.47 0.22 358.75 0.46 0.59
Hex C6 66 68 0 30 2F 16 167 2E 3B
Octal 306 146 150 0 60 57 26 547 56 73
Binary 11000110 1100110 1101000 0 110000 101111 10110 101100111 101110 111011

Color Harmonies of #C66668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66668

Black with #C66668

Text Example


Text Example

White with #C66668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66668; }

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

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

background-color css

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

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

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

border-color css

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

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

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