Html Css Color HEX #C66465 Mandy

📋 copy color: '#C66465'

red 198 ◦ green 100 ◦ blue 101

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

Shades of Mandy #C66465

Tints of Mandy #C66465

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.06%

 BLUE value IS 101 (39.84% from 255) = 25.31%

R = 49.62%
G = 25.06%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C66465 (or 0xC66465) is known color: Mandy. HEX triplet: C6, 64 and 65. RGB value is (198,100,101). Sum of RGB (Red+Green+Blue) = 198+100+101=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C66465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66465 is #399B9A. Grayscale: #818181. Windows color (decimal): -3775387 or 6644934. OLE color: 6644934.

HSL color Cylindrical-coordinate representation of color #C66465: 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.49%. Process color model (Four color, CMYK) of #C66465 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 100 101 -
CMYK 0 0.49 0.49 0.22
HSL 359.39º 0.46% 0.58% -
HSV(B) 359.39º 0.49% 0.78% -
XYZ 30.19 22.06 14.98 -
YUV 129.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 198 100 101 0 0.49 0.49 0.22 359.39 0.46 0.58
Hex C6 64 65 0 31 31 16 167 2E 3A
Octal 306 144 145 0 61 61 26 547 56 72
Binary 11000110 1100100 1100101 0 110001 110001 10110 101100111 101110 111010

Color Harmonies of #C66465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66465

Black with #C66465

Text Example


Text Example

White with #C66465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66465; }

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

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

background-color css

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

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

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

border-color css

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

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

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