Html Css Color HEX #C76066 Mandy

📋 copy color: '#C76066'

red 199 ◦ green 96 ◦ blue 102

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

Shades of Mandy #C76066

Tints of Mandy #C76066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.69%

R = 50.13%
G = 24.18%
B = 25.69%

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

#C76066 (or 0xC76066) is known color: Mandy. HEX triplet: C7, 60 and 66. RGB value is (199,96,102). Sum of RGB (Red+Green+Blue) = 199+96+102=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C76066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76066 is #389F99. Grayscale: #7F7F7F. Windows color (decimal): -3710874 or 6709447. OLE color: 6709447.

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

Color convert

RGB 199 96 102 -
CMYK 0 0.52 0.49 0.22
HSL 356.5º 0.48% 0.58% -
HSV(B) 356.5º 0.52% 0.78% -
XYZ 30.13 21.47 15.13 -
YUV 127.48 113.62 179.01 -
System Red Green Blue C M Y K H S L
Decimal 199 96 102 0 0.52 0.49 0.22 356.5 0.48 0.58
Hex C7 60 66 0 34 31 16 165 30 3A
Octal 307 140 146 0 64 61 26 545 60 72
Binary 11000111 1100000 1100110 0 110100 110001 10110 101100101 110000 111010

Color Harmonies of #C76066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76066

Black with #C76066

Text Example


Text Example

White with #C76066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76066; }

 p { color: rgb(199,96,102); }

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

background-color css

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

 a { background-color: rgb(199,96,102); }

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

border-color css

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

 span { border-color: rgb(199,96,102); }

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