Html Css Color HEX #C8458C Mulberry

📋 copy color: '#C8458C'

red 200 ◦ green 69 ◦ blue 140

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

Shades of Mulberry #C8458C

Tints of Mulberry #C8458C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.87%

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

R = 48.9%
G = 16.87%
B = 34.23%

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

#C8458C (or 0xC8458C) is known color: Mulberry. HEX triplet: C8, 45 and 8C. RGB value is (200,69,140). Sum of RGB (Red+Green+Blue) = 200+69+140=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8458C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8458C is #37BA73. Grayscale: #747474. Windows color (decimal): -3652212 or 9192904. OLE color: 9192904.

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

Color convert

RGB 200 69 140 -
CMYK 0 0.66 0.3 0.22
HSL 327.48º 0.54% 0.53% -
HSV(B) 327.48º 0.66% 0.78% -
XYZ 30.68 18.43 26.75 -
YUV 116.26 141.4 187.73 -
System Red Green Blue C M Y K H S L
Decimal 200 69 140 0 0.66 0.3 0.22 327.48 0.54 0.53
Hex C8 45 8C 0 42 1E 16 147 36 35
Octal 310 105 214 0 102 36 26 507 66 65
Binary 11001000 1000101 10001100 0 1000010 11110 10110 101000111 110110 110101

Color Harmonies of #C8458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8458C

Black with #C8458C

Text Example


Text Example

White with #C8458C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8458C; }

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

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

background-color css

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

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

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

border-color css

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

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

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