Html Css Color HEX #C7445F Mandy

📋 copy color: '#C7445F'

red 199 ◦ green 68 ◦ blue 95

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

Shades of Mandy #C7445F

Tints of Mandy #C7445F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.78%

 BLUE value IS 95 (37.5% from 255) = 26.24%

R = 54.97%
G = 18.78%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7445F (or 0xC7445F) is known color: Mandy. HEX triplet: C7, 44 and 5F. RGB value is (199,68,95). Sum of RGB (Red+Green+Blue) = 199+68+95=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7445F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7445F is #38BBA0. Grayscale: #6E6E6E. Windows color (decimal): -3718049 or 6243527. OLE color: 6243527.

HSL color Cylindrical-coordinate representation of color #C7445F: hue angle of 347.63º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C7445F is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 68 95 -
CMYK 0 0.66 0.52 0.22
HSL 347.63º 0.54% 0.52% -
HSV(B) 347.63º 0.66% 0.78% -
XYZ 27.69 17.1 12.67 -
YUV 110.25 119.4 191.3 -
System Red Green Blue C M Y K H S L
Decimal 199 68 95 0 0.66 0.52 0.22 347.63 0.54 0.52
Hex C7 44 5F 0 42 34 16 15C 36 34
Octal 307 104 137 0 102 64 26 534 66 64
Binary 11000111 1000100 1011111 0 1000010 110100 10110 101011100 110110 110100

Color Harmonies of #C7445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7445F

Black with #C7445F

Text Example


Text Example

White with #C7445F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7445F; }

 p { color: rgb(199,68,95); }

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

background-color css

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

 a { background-color: rgb(199,68,95); }

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

border-color css

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

 span { border-color: rgb(199,68,95); }

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