Html Css Color HEX #C2568E Mulberry

📋 copy color: '#C2568E'

red 194 ◦ green 86 ◦ blue 142

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

Shades of Mulberry #C2568E

Tints of Mulberry #C2568E

RGB

 RED value IS 194 (76.17% from 255) = 45.97%

 GREEN value IS 86 (33.98% from 255) = 20.38%

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

R = 45.97%
G = 20.38%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2568E (or 0xC2568E) is known color: Mulberry. HEX triplet: C2, 56 and 8E. RGB value is (194,86,142). Sum of RGB (Red+Green+Blue) = 194+86+142=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2568E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2568E is #3DA971. Grayscale: #7C7C7C. Windows color (decimal): -4041074 or 9328322. OLE color: 9328322.

HSL color Cylindrical-coordinate representation of color #C2568E: hue angle of 328.89º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2568E is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 86 142 -
CMYK 0 0.56 0.27 0.24
HSL 328.89º 0.47% 0.55% -
HSV(B) 328.89º 0.56% 0.76% -
XYZ 30.46 20.08 27.86 -
YUV 124.68 137.78 177.45 -
System Red Green Blue C M Y K H S L
Decimal 194 86 142 0 0.56 0.27 0.24 328.89 0.47 0.55
Hex C2 56 8E 0 38 1B 18 149 2F 37
Octal 302 126 216 0 70 33 30 511 57 67
Binary 11000010 1010110 10001110 0 111000 11011 11000 101001001 101111 110111

Color Harmonies of #C2568E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2568E

Black with #C2568E

Text Example


Text Example

White with #C2568E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2568E; }

 p { color: rgb(194,86,142); }

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

background-color css

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

 a { background-color: rgb(194,86,142); }

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

border-color css

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

 span { border-color: rgb(194,86,142); }

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