Html Css Color HEX #C8448B Mulberry

📋 copy color: '#C8448B'

red 200 ◦ green 68 ◦ blue 139

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

Shades of Mulberry #C8448B

Tints of Mulberry #C8448B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.15%

R = 49.14%
G = 16.71%
B = 34.15%

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

#C8448B (or 0xC8448B) is known color: Mulberry. HEX triplet: C8, 44 and 8B. RGB value is (200,68,139). Sum of RGB (Red+Green+Blue) = 200+68+139=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8448B is #37BB74. Grayscale: #737373. Windows color (decimal): -3652469 or 9127112. OLE color: 9127112.

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

Color convert

RGB 200 68 139 -
CMYK 0 0.66 0.30 0.22
HSL 327.73º 0.55% 0.53% -
HSV(B) 327.73º 0.66% 0.78% -
XYZ 30.55 18.28 26.34 -
YUV 115.56 141.23 188.23 -
System Red Green Blue C M Y K H S L
Decimal 200 68 139 0 0.66 0.30 0.22 327.73 0.55 0.53
Hex C8 44 8B 0 42 1E 16 148 37 35
Octal 310 104 213 0 102 36 26 510 67 65
Binary 11001000 1000100 10001011 0 1000010 11110 10110 101001000 110111 110101

Color Harmonies of #C8448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8448B

Black with #C8448B

Text Example


Text Example

White with #C8448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8448B; }

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

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

background-color css

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

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

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

border-color css

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

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

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