Html Css Color HEX #C76465 Mandy

📋 copy color: '#C76465'

red 199 ◦ green 100 ◦ blue 101

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

Shades of Mandy #C76465

Tints of Mandy #C76465

RGB

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

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

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

R = 49.75%
G = 25%
B = 25.25%

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

#C76465 (or 0xC76465) is known color: Mandy. HEX triplet: C7, 64 and 65. RGB value is (199,100,101). Sum of RGB (Red+Green+Blue) = 199+100+101=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C76465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76465 is #389B9A. Grayscale: #818181. Windows color (decimal): -3709851 or 6644935. OLE color: 6644935.

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

Color convert

RGB 199 100 101 -
CMYK 0 0.50 0.49 0.22
HSL 359.39º 0.47% 0.59% -
HSV(B) 359.39º 0.5% 0.78% -
XYZ 30.46 22.2 14.99 -
YUV 129.72 111.8 177.42 -
System Red Green Blue C M Y K H S L
Decimal 199 100 101 0 0.50 0.49 0.22 359.39 0.47 0.59
Hex C7 64 65 0 32 31 16 167 2F 3B
Octal 307 144 145 0 62 61 26 547 57 73
Binary 11000111 1100100 1100101 0 110010 110001 10110 101100111 101111 111011

Color Harmonies of #C76465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76465

Black with #C76465

Text Example


Text Example

White with #C76465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76465; }

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

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

background-color css

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

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

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

border-color css

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

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

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