Html Css Color HEX #C76165 Mandy

📋 copy color: '#C76165'

red 199 ◦ green 97 ◦ blue 101

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

Shades of Mandy #C76165

Tints of Mandy #C76165

RGB

 RED value IS 199 (78.13% from 255) = 50.13%

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

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

R = 50.13%
G = 24.43%
B = 25.44%

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

#C76165 (or 0xC76165) is known color: Mandy. HEX triplet: C7, 61 and 65. RGB value is (199,97,101). Sum of RGB (Red+Green+Blue) = 199+97+101=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C76165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76165 is #389E9A. Grayscale: #808080. Windows color (decimal): -3710619 or 6644167. OLE color: 6644167.

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

Color convert

RGB 199 97 101 -
CMYK 0 0.51 0.49 0.22
HSL 357.65º 0.48% 0.58% -
HSV(B) 357.65º 0.51% 0.78% -
XYZ 30.18 21.63 14.9 -
YUV 127.95 112.79 178.67 -
System Red Green Blue C M Y K H S L
Decimal 199 97 101 0 0.51 0.49 0.22 357.65 0.48 0.58
Hex C7 61 65 0 33 31 16 166 30 3A
Octal 307 141 145 0 63 61 26 546 60 72
Binary 11000111 1100001 1100101 0 110011 110001 10110 101100110 110000 111010

Color Harmonies of #C76165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76165

Black with #C76165

Text Example


Text Example

White with #C76165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76165; }

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

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

background-color css

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

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

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

border-color css

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

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

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