Html Css Color HEX #C76365 Mandy

📋 copy color: '#C76365'

red 199 ◦ green 99 ◦ blue 101

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

Shades of Mandy #C76365

Tints of Mandy #C76365

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.81%

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

R = 49.87%
G = 24.81%
B = 25.31%

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

#C76365 (or 0xC76365) is known color: Mandy. HEX triplet: C7, 63 and 65. RGB value is (199,99,101). Sum of RGB (Red+Green+Blue) = 199+99+101=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C76365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76365 is #389C9A. Grayscale: #818181. Windows color (decimal): -3710107 or 6644679. OLE color: 6644679.

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

Color convert

RGB 199 99 101 -
CMYK 0 0.50 0.49 0.22
HSL 358.8º 0.47% 0.58% -
HSV(B) 358.8º 0.5% 0.78% -
XYZ 30.36 22.01 14.96 -
YUV 129.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 199 99 101 0 0.50 0.49 0.22 358.8 0.47 0.58
Hex C7 63 65 0 32 31 16 167 2F 3A
Octal 307 143 145 0 62 61 26 547 57 72
Binary 11000111 1100011 1100101 0 110010 110001 10110 101100111 101111 111010

Color Harmonies of #C76365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76365

Black with #C76365

Text Example


Text Example

White with #C76365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76365; }

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

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

background-color css

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

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

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

border-color css

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

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

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