Html Css Color HEX #C2569B Mulberry

📋 copy color: '#C2569B'

red 194 ◦ green 86 ◦ blue 155

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

Shades of Mulberry #C2569B

Tints of Mulberry #C2569B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.63%

R = 44.6%
G = 19.77%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2569B (or 0xC2569B) is known color: Mulberry. HEX triplet: C2, 56 and 9B. RGB value is (194,86,155). Sum of RGB (Red+Green+Blue) = 194+86+155=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2569B is #3DA964. Grayscale: #7D7D7D. Windows color (decimal): -4041061 or 10180290. OLE color: 10180290.

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

Color convert

RGB 194 86 155 -
CMYK 0 0.56 0.20 0.24
HSL 321.67º 0.47% 0.55% -
HSV(B) 321.67º 0.56% 0.76% -
XYZ 31.49 20.49 33.31 -
YUV 126.16 144.28 176.39 -
System Red Green Blue C M Y K H S L
Decimal 194 86 155 0 0.56 0.20 0.24 321.67 0.47 0.55
Hex C2 56 9B 0 38 14 18 142 2F 37
Octal 302 126 233 0 70 24 30 502 57 67
Binary 11000010 1010110 10011011 0 111000 10100 11000 101000010 101111 110111

Color Harmonies of #C2569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2569B

Black with #C2569B

Text Example


Text Example

White with #C2569B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2569B; }

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

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

background-color css

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

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

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

border-color css

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

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

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