Html Css Color HEX #C2568C Mulberry

📋 copy color: '#C2568C'

red 194 ◦ green 86 ◦ blue 140

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

Shades of Mulberry #C2568C

Tints of Mulberry #C2568C

RGB

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

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

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

R = 46.19%
G = 20.48%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2568C (or 0xC2568C) is known color: Mulberry. HEX triplet: C2, 56 and 8C. RGB value is (194,86,140). Sum of RGB (Red+Green+Blue) = 194+86+140=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2568C is #3DA973. Grayscale: #7C7C7C. Windows color (decimal): -4041076 or 9197250. OLE color: 9197250.

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

Color convert

RGB 194 86 140 -
CMYK 0 0.56 0.28 0.24
HSL 330º 0.47% 0.55% -
HSV(B) 330º 0.56% 0.76% -
XYZ 30.31 20.02 27.08 -
YUV 124.45 136.78 177.61 -
System Red Green Blue C M Y K H S L
Decimal 194 86 140 0 0.56 0.28 0.24 330 0.47 0.55
Hex C2 56 8C 0 38 1C 18 14A 2F 37
Octal 302 126 214 0 70 34 30 512 57 67
Binary 11000010 1010110 10001100 0 111000 11100 11000 101001010 101111 110111

Color Harmonies of #C2568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2568C

Black with #C2568C

Text Example


Text Example

White with #C2568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2568C; }

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

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

background-color css

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

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

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

border-color css

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

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

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