Html Css Color HEX #C66165 Mandy

📋 copy color: '#C66165'

red 198 ◦ green 97 ◦ blue 101

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

Shades of Mandy #C66165

Tints of Mandy #C66165

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.49%

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

R = 50%
G = 24.49%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C66165 (or 0xC66165) is known color: Mandy. HEX triplet: C6, 61 and 65. RGB value is (198,97,101). Sum of RGB (Red+Green+Blue) = 198+97+101=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C66165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66165 is #399E9A. Grayscale: #7F7F7F. Windows color (decimal): -3776155 or 6644166. OLE color: 6644166.

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

Color convert

RGB 198 97 101 -
CMYK 0 0.51 0.49 0.22
HSL 357.62º 0.47% 0.58% -
HSV(B) 357.62º 0.51% 0.78% -
XYZ 29.91 21.49 14.88 -
YUV 127.66 112.96 178.17 -
System Red Green Blue C M Y K H S L
Decimal 198 97 101 0 0.51 0.49 0.22 357.62 0.47 0.58
Hex C6 61 65 0 33 31 16 166 2F 3A
Octal 306 141 145 0 63 61 26 546 57 72
Binary 11000110 1100001 1100101 0 110011 110001 10110 101100110 101111 111010

Color Harmonies of #C66165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66165

Black with #C66165

Text Example


Text Example

White with #C66165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66165; }

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

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

background-color css

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

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

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

border-color css

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

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

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