Html Css Color HEX #C2568D Mulberry

📋 copy color: '#C2568D'

red 194 ◦ green 86 ◦ blue 141

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

Shades of Mulberry #C2568D

Tints of Mulberry #C2568D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.49%

R = 46.08%
G = 20.43%
B = 33.49%

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

#C2568D (or 0xC2568D) is known color: Mulberry. HEX triplet: C2, 56 and 8D. RGB value is (194,86,141). Sum of RGB (Red+Green+Blue) = 194+86+141=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2568D is #3DA972. Grayscale: #7C7C7C. Windows color (decimal): -4041075 or 9262786. OLE color: 9262786.

HSL color Cylindrical-coordinate representation of color #C2568D: hue angle of 329.44º 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 #C2568D is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 86 141 -
CMYK 0 0.56 0.27 0.24
HSL 329.44º 0.47% 0.55% -
HSV(B) 329.44º 0.56% 0.76% -
XYZ 30.38 20.05 27.47 -
YUV 124.56 137.28 177.53 -
System Red Green Blue C M Y K H S L
Decimal 194 86 141 0 0.56 0.27 0.24 329.44 0.47 0.55
Hex C2 56 8D 0 38 1B 18 149 2F 37
Octal 302 126 215 0 70 33 30 511 57 67
Binary 11000010 1010110 10001101 0 111000 11011 11000 101001001 101111 110111

Color Harmonies of #C2568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2568D

Black with #C2568D

Text Example


Text Example

White with #C2568D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2568D; }

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

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

background-color css

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

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

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

border-color css

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

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

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