Html Css Color HEX #C8468E Mulberry

📋 copy color: '#C8468E'

red 200 ◦ green 70 ◦ blue 142

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

Shades of Mulberry #C8468E

Tints of Mulberry #C8468E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.99%

 BLUE value IS 142 (55.86% from 255) = 34.47%

R = 48.54%
G = 16.99%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8468E (or 0xC8468E) is known color: Mulberry. HEX triplet: C8, 46 and 8E. RGB value is (200,70,142). Sum of RGB (Red+Green+Blue) = 200+70+142=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8468E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8468E is #37B971. Grayscale: #747474. Windows color (decimal): -3651954 or 9324232. OLE color: 9324232.

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

Color convert

RGB 200 70 142 -
CMYK 0 0.65 0.29 0.22
HSL 326.77º 0.54% 0.53% -
HSV(B) 326.77º 0.65% 0.78% -
XYZ 30.89 18.61 27.56 -
YUV 117.08 142.07 187.15 -
System Red Green Blue C M Y K H S L
Decimal 200 70 142 0 0.65 0.29 0.22 326.77 0.54 0.53
Hex C8 46 8E 0 41 1D 16 147 36 35
Octal 310 106 216 0 101 35 26 507 66 65
Binary 11001000 1000110 10001110 0 1000001 11101 10110 101000111 110110 110101

Color Harmonies of #C8468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8468E

Black with #C8468E

Text Example


Text Example

White with #C8468E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8468E; }

 p { color: rgb(200,70,142); }

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

background-color css

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

 a { background-color: rgb(200,70,142); }

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

border-color css

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

 span { border-color: rgb(200,70,142); }

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