Html Css Color HEX #C76061 Mandy

📋 copy color: '#C76061'

red 199 ◦ green 96 ◦ blue 97

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

Shades of Mandy #C76061

Tints of Mandy #C76061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.74%

R = 50.77%
G = 24.49%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C76061 (or 0xC76061) is known color: Mandy. HEX triplet: C7, 60 and 61. RGB value is (199,96,97). Sum of RGB (Red+Green+Blue) = 199+96+97=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C76061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76061 is #389F9E. Grayscale: #7F7F7F. Windows color (decimal): -3710879 or 6381767. OLE color: 6381767.

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

Color convert

RGB 199 96 97 -
CMYK 0 0.52 0.51 0.22
HSL 359.42º 0.48% 0.58% -
HSV(B) 359.42º 0.52% 0.78% -
XYZ 29.89 21.37 13.86 -
YUV 126.91 111.12 179.42 -
System Red Green Blue C M Y K H S L
Decimal 199 96 97 0 0.52 0.51 0.22 359.42 0.48 0.58
Hex C7 60 61 0 34 33 16 167 30 3A
Octal 307 140 141 0 64 63 26 547 60 72
Binary 11000111 1100000 1100001 0 110100 110011 10110 101100111 110000 111010

Color Harmonies of #C76061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76061

Black with #C76061

Text Example


Text Example

White with #C76061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76061; }

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

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

background-color css

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

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

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

border-color css

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

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

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