Html Css Color HEX #C8448C Mulberry

📋 copy color: '#C8448C'

red 200 ◦ green 68 ◦ blue 140

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

Shades of Mulberry #C8448C

Tints of Mulberry #C8448C

RGB

 RED value IS 200 (78.52% from 255) = 49.02%

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

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

R = 49.02%
G = 16.67%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C8448C (or 0xC8448C) is known color: Mulberry. HEX triplet: C8, 44 and 8C. RGB value is (200,68,140). Sum of RGB (Red+Green+Blue) = 200+68+140=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8448C is #37BB73. Grayscale: #737373. Windows color (decimal): -3652468 or 9192648. OLE color: 9192648.

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

Color convert

RGB 200 68 140 -
CMYK 0 0.66 0.3 0.22
HSL 327.27º 0.55% 0.53% -
HSV(B) 327.27º 0.66% 0.78% -
XYZ 30.62 18.31 26.73 -
YUV 115.68 141.73 188.15 -
System Red Green Blue C M Y K H S L
Decimal 200 68 140 0 0.66 0.3 0.22 327.27 0.55 0.53
Hex C8 44 8C 0 42 1E 16 147 37 35
Octal 310 104 214 0 102 36 26 507 67 65
Binary 11001000 1000100 10001100 0 1000010 11110 10110 101000111 110111 110101

Color Harmonies of #C8448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8448C

Black with #C8448C

Text Example


Text Example

White with #C8448C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8448C; }

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

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

background-color css

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

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

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

border-color css

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

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

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