Html Css Color HEX #C7448C Mulberry

📋 copy color: '#C7448C'

red 199 ◦ green 68 ◦ blue 140

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

Shades of Mulberry #C7448C

Tints of Mulberry #C7448C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.4%

R = 48.89%
G = 16.71%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7448C (or 0xC7448C) is known color: Mulberry. HEX triplet: C7, 44 and 8C. RGB value is (199,68,140). Sum of RGB (Red+Green+Blue) = 199+68+140=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7448C is #38BB73. Grayscale: #737373. Windows color (decimal): -3718004 or 9192647. OLE color: 9192647.

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

Color convert

RGB 199 68 140 -
CMYK 0 0.66 0.30 0.22
HSL 327.02º 0.54% 0.52% -
HSV(B) 327.02º 0.66% 0.78% -
XYZ 30.35 18.17 26.72 -
YUV 115.38 141.9 187.65 -
System Red Green Blue C M Y K H S L
Decimal 199 68 140 0 0.66 0.30 0.22 327.02 0.54 0.52
Hex C7 44 8C 0 42 1E 16 147 36 34
Octal 307 104 214 0 102 36 26 507 66 64
Binary 11000111 1000100 10001100 0 1000010 11110 10110 101000111 110110 110100

Color Harmonies of #C7448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7448C

Black with #C7448C

Text Example


Text Example

White with #C7448C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7448C; }

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

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

background-color css

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

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

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

border-color css

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

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

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