Html Css Color HEX #C66364 Mandy

📋 copy color: '#C66364'

red 198 ◦ green 99 ◦ blue 100

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

Shades of Mandy #C66364

Tints of Mandy #C66364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.19%

R = 49.87%
G = 24.94%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C66364 (or 0xC66364) is known color: Mandy. HEX triplet: C6, 63 and 64. RGB value is (198,99,100). Sum of RGB (Red+Green+Blue) = 198+99+100=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C66364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66364 is #399C9B. Grayscale: #808080. Windows color (decimal): -3775644 or 6579142. OLE color: 6579142.

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

Color convert

RGB 198 99 100 -
CMYK 0 0.50 0.49 0.22
HSL 359.39º 0.46% 0.58% -
HSV(B) 359.39º 0.5% 0.78% -
XYZ 30.05 21.85 14.69 -
YUV 128.72 111.8 177.42 -
System Red Green Blue C M Y K H S L
Decimal 198 99 100 0 0.50 0.49 0.22 359.39 0.46 0.58
Hex C6 63 64 0 32 31 16 167 2E 3A
Octal 306 143 144 0 62 61 26 547 56 72
Binary 11000110 1100011 1100100 0 110010 110001 10110 101100111 101110 111010

Color Harmonies of #C66364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66364

Black with #C66364

Text Example


Text Example

White with #C66364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66364; }

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

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

background-color css

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

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

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

border-color css

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

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

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