Html Css Color HEX #C8468F Mulberry

📋 copy color: '#C8468F'

red 200 ◦ green 70 ◦ blue 143

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

Shades of Mulberry #C8468F

Tints of Mulberry #C8468F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.62%

R = 48.43%
G = 16.95%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8468F (or 0xC8468F) is known color: Mulberry. HEX triplet: C8, 46 and 8F. RGB value is (200,70,143). Sum of RGB (Red+Green+Blue) = 200+70+143=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C8468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8468F is #37B970. Grayscale: #757575. Windows color (decimal): -3651953 or 9389768. OLE color: 9389768.

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

Color convert

RGB 200 70 143 -
CMYK 0 0.65 0.28 0.22
HSL 326.31º 0.54% 0.53% -
HSV(B) 326.31º 0.65% 0.78% -
XYZ 30.97 18.64 27.95 -
YUV 117.19 142.57 187.06 -
System Red Green Blue C M Y K H S L
Decimal 200 70 143 0 0.65 0.28 0.22 326.31 0.54 0.53
Hex C8 46 8F 0 41 1C 16 146 36 35
Octal 310 106 217 0 101 34 26 506 66 65
Binary 11001000 1000110 10001111 0 1000001 11100 10110 101000110 110110 110101

Color Harmonies of #C8468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8468F

Black with #C8468F

Text Example


Text Example

White with #C8468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8468F; }

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

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

background-color css

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

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

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

border-color css

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

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

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