Html Css Color HEX #C8428C Mulberry

📋 copy color: '#C8428C'

red 200 ◦ green 66 ◦ blue 140

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

Shades of Mulberry #C8428C

Tints of Mulberry #C8428C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.26%

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

R = 49.26%
G = 16.26%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C8428C (or 0xC8428C) is known color: Mulberry. HEX triplet: C8, 42 and 8C. RGB value is (200,66,140). Sum of RGB (Red+Green+Blue) = 200+66+140=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8428C is #37BD73. Grayscale: #727272. Windows color (decimal): -3652980 or 9192136. OLE color: 9192136.

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

Color convert

RGB 200 66 140 -
CMYK 0 0.67 0.3 0.22
HSL 326.87º 0.55% 0.52% -
HSV(B) 326.87º 0.67% 0.78% -
XYZ 30.5 18.07 26.69 -
YUV 114.5 142.39 188.98 -
System Red Green Blue C M Y K H S L
Decimal 200 66 140 0 0.67 0.3 0.22 326.87 0.55 0.52
Hex C8 42 8C 0 43 1E 16 147 37 34
Octal 310 102 214 0 103 36 26 507 67 64
Binary 11001000 1000010 10001100 0 1000011 11110 10110 101000111 110111 110100

Color Harmonies of #C8428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8428C

Black with #C8428C

Text Example


Text Example

White with #C8428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8428C; }

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

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

background-color css

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

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

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

border-color css

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

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

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