Html Css Color HEX #C66065 Mandy

📋 copy color: '#C66065'

red 198 ◦ green 96 ◦ blue 101

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

Shades of Mandy #C66065

Tints of Mandy #C66065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.3%

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

R = 50.13%
G = 24.3%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C66065 (or 0xC66065) is known color: Mandy. HEX triplet: C6, 60 and 65. RGB value is (198,96,101). Sum of RGB (Red+Green+Blue) = 198+96+101=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C66065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66065 is #399F9A. Grayscale: #7F7F7F. Windows color (decimal): -3776411 or 6643910. OLE color: 6643910.

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

Color convert

RGB 198 96 101 -
CMYK 0 0.52 0.49 0.22
HSL 357.06º 0.47% 0.58% -
HSV(B) 357.06º 0.52% 0.78% -
XYZ 29.82 21.31 14.85 -
YUV 127.07 113.29 178.59 -
System Red Green Blue C M Y K H S L
Decimal 198 96 101 0 0.52 0.49 0.22 357.06 0.47 0.58
Hex C6 60 65 0 34 31 16 165 2F 3A
Octal 306 140 145 0 64 61 26 545 57 72
Binary 11000110 1100000 1100101 0 110100 110001 10110 101100101 101111 111010

Color Harmonies of #C66065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66065

Black with #C66065

Text Example


Text Example

White with #C66065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66065; }

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

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

background-color css

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

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

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

border-color css

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

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

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