Html Css Color HEX #C3569B Mulberry

📋 copy color: '#C3569B'

red 195 ◦ green 86 ◦ blue 155

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

Shades of Mulberry #C3569B

Tints of Mulberry #C3569B

RGB

 RED value IS 195 (76.56% from 255) = 44.72%

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

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

R = 44.72%
G = 19.72%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C3569B (or 0xC3569B) is known color: Mulberry. HEX triplet: C3, 56 and 9B. RGB value is (195,86,155). Sum of RGB (Red+Green+Blue) = 195+86+155=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3569B is #3CA964. Grayscale: #7E7E7E. Windows color (decimal): -3975525 or 10180291. OLE color: 10180291.

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

Color convert

RGB 195 86 155 -
CMYK 0 0.56 0.21 0.24
HSL 322.02º 0.48% 0.55% -
HSV(B) 322.02º 0.56% 0.76% -
XYZ 31.75 20.62 33.32 -
YUV 126.46 144.11 176.89 -
System Red Green Blue C M Y K H S L
Decimal 195 86 155 0 0.56 0.21 0.24 322.02 0.48 0.55
Hex C3 56 9B 0 38 15 18 142 30 37
Octal 303 126 233 0 70 25 30 502 60 67
Binary 11000011 1010110 10011011 0 111000 10101 11000 101000010 110000 110111

Color Harmonies of #C3569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3569B

Black with #C3569B

Text Example


Text Example

White with #C3569B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3569B; }

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

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

background-color css

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

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

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

border-color css

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

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

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