Html Css Color HEX #C3568D Mulberry

📋 copy color: '#C3568D'

red 195 ◦ green 86 ◦ blue 141

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

Shades of Mulberry #C3568D

Tints of Mulberry #C3568D

RGB

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

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

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

R = 46.21%
G = 20.38%
B = 33.41%

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

#C3568D (or 0xC3568D) is known color: Mulberry. HEX triplet: C3, 56 and 8D. RGB value is (195,86,141). Sum of RGB (Red+Green+Blue) = 195+86+141=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C3568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3568D is #3CA972. Grayscale: #7C7C7C. Windows color (decimal): -3975539 or 9262787. OLE color: 9262787.

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

Color convert

RGB 195 86 141 -
CMYK 0 0.56 0.28 0.24
HSL 329.72º 0.48% 0.55% -
HSV(B) 329.72º 0.56% 0.76% -
XYZ 30.64 20.18 27.48 -
YUV 124.86 137.11 178.03 -
System Red Green Blue C M Y K H S L
Decimal 195 86 141 0 0.56 0.28 0.24 329.72 0.48 0.55
Hex C3 56 8D 0 38 1C 18 14A 30 37
Octal 303 126 215 0 70 34 30 512 60 67
Binary 11000011 1010110 10001101 0 111000 11100 11000 101001010 110000 110111

Color Harmonies of #C3568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3568D

Black with #C3568D

Text Example


Text Example

White with #C3568D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3568D; }

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

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

background-color css

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

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

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

border-color css

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

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

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