Html Css Color HEX #C8427E Mulberry

📋 copy color: '#C8427E'

red 200 ◦ green 66 ◦ blue 126

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

Shades of Mulberry #C8427E

Tints of Mulberry #C8427E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.14%

R = 51.02%
G = 16.84%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C8427E (or 0xC8427E) is known color: Mulberry. HEX triplet: C8, 42 and 7E. RGB value is (200,66,126). Sum of RGB (Red+Green+Blue) = 200+66+126=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8427E is #37BD81. Grayscale: #707070. Windows color (decimal): -3652994 or 8274632. OLE color: 8274632.

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

Color convert

RGB 200 66 126 -
CMYK 0 0.67 0.37 0.22
HSL 333.13º 0.55% 0.52% -
HSV(B) 333.13º 0.67% 0.78% -
XYZ 29.53 17.68 21.6 -
YUV 112.91 135.39 190.12 -
System Red Green Blue C M Y K H S L
Decimal 200 66 126 0 0.67 0.37 0.22 333.13 0.55 0.52
Hex C8 42 7E 0 43 25 16 14D 37 34
Octal 310 102 176 0 103 45 26 515 67 64
Binary 11001000 1000010 1111110 0 1000011 100101 10110 101001101 110111 110100

Color Harmonies of #C8427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8427E

Black with #C8427E

Text Example


Text Example

White with #C8427E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8427E; }

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

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

background-color css

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

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

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

border-color css

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

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

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