Html Css Color HEX #C76164 Mandy

📋 copy color: '#C76164'

red 199 ◦ green 97 ◦ blue 100

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

Shades of Mandy #C76164

Tints of Mandy #C76164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.25%

R = 50.25%
G = 24.49%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C76164 (or 0xC76164) is known color: Mandy. HEX triplet: C7, 61 and 64. RGB value is (199,97,100). Sum of RGB (Red+Green+Blue) = 199+97+100=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C76164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76164 is #389E9B. Grayscale: #7F7F7F. Windows color (decimal): -3710620 or 6578631. OLE color: 6578631.

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

Color convert

RGB 199 97 100 -
CMYK 0 0.51 0.50 0.22
HSL 358.24º 0.48% 0.58% -
HSV(B) 358.24º 0.51% 0.78% -
XYZ 30.13 21.61 14.64 -
YUV 127.84 112.29 178.76 -
System Red Green Blue C M Y K H S L
Decimal 199 97 100 0 0.51 0.50 0.22 358.24 0.48 0.58
Hex C7 61 64 0 33 32 16 166 30 3A
Octal 307 141 144 0 63 62 26 546 60 72
Binary 11000111 1100001 1100100 0 110011 110010 10110 101100110 110000 111010

Color Harmonies of #C76164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76164

Black with #C76164

Text Example


Text Example

White with #C76164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76164; }

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

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

background-color css

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

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

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

border-color css

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

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

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