Html Css Color HEX #C3568A Mulberry

📋 copy color: '#C3568A'

red 195 ◦ green 86 ◦ blue 138

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

Shades of Mulberry #C3568A

Tints of Mulberry #C3568A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.94%

R = 46.54%
G = 20.53%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3568A (or 0xC3568A) is known color: Mulberry. HEX triplet: C3, 56 and 8A. RGB value is (195,86,138). Sum of RGB (Red+Green+Blue) = 195+86+138=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C3568A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3568A is #3CA975. Grayscale: #7C7C7C. Windows color (decimal): -3975542 or 9066179. OLE color: 9066179.

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

Color convert

RGB 195 86 138 -
CMYK 0 0.56 0.29 0.24
HSL 331.38º 0.48% 0.55% -
HSV(B) 331.38º 0.56% 0.76% -
XYZ 30.42 20.09 26.32 -
YUV 124.52 135.61 178.27 -
System Red Green Blue C M Y K H S L
Decimal 195 86 138 0 0.56 0.29 0.24 331.38 0.48 0.55
Hex C3 56 8A 0 38 1D 18 14B 30 37
Octal 303 126 212 0 70 35 30 513 60 67
Binary 11000011 1010110 10001010 0 111000 11101 11000 101001011 110000 110111

Color Harmonies of #C3568A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3568A

Black with #C3568A

Text Example


Text Example

White with #C3568A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3568A; }

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

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

background-color css

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

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

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

border-color css

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

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

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