Html Css Color HEX #C76466 Mandy

📋 copy color: '#C76466'

red 199 ◦ green 100 ◦ blue 102

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

Shades of Mandy #C76466

Tints of Mandy #C76466

RGB

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

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

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

R = 49.63%
G = 24.94%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C76466 (or 0xC76466) is known color: Mandy. HEX triplet: C7, 64 and 66. RGB value is (199,100,102). Sum of RGB (Red+Green+Blue) = 199+100+102=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C76466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76466 is #389B99. Grayscale: #818181. Windows color (decimal): -3709850 or 6710471. OLE color: 6710471.

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

Color convert

RGB 199 100 102 -
CMYK 0 0.50 0.49 0.22
HSL 358.79º 0.47% 0.59% -
HSV(B) 358.79º 0.5% 0.78% -
XYZ 30.51 22.22 15.25 -
YUV 129.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 199 100 102 0 0.50 0.49 0.22 358.79 0.47 0.59
Hex C7 64 66 0 32 31 16 167 2F 3B
Octal 307 144 146 0 62 61 26 547 57 73
Binary 11000111 1100100 1100110 0 110010 110001 10110 101100111 101111 111011

Color Harmonies of #C76466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76466

Black with #C76466

Text Example


Text Example

White with #C76466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76466; }

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

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

background-color css

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

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

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

border-color css

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

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

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