Html Css Color HEX #C1568C Mulberry

📋 copy color: '#C1568C'

red 193 ◦ green 86 ◦ blue 140

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

Shades of Mulberry #C1568C

Tints of Mulberry #C1568C

RGB

 RED value IS 193 (75.78% from 255) = 46.06%

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

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

R = 46.06%
G = 20.53%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1568C (or 0xC1568C) is known color: Mulberry. HEX triplet: C1, 56 and 8C. RGB value is (193,86,140). Sum of RGB (Red+Green+Blue) = 193+86+140=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C1568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1568C is #3EA973. Grayscale: #7C7C7C. Windows color (decimal): -4106612 or 9197249. OLE color: 9197249.

HSL color Cylindrical-coordinate representation of color #C1568C: hue angle of 329.72º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1568C is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 86 140 -
CMYK 0 0.55 0.27 0.24
HSL 329.72º 0.46% 0.55% -
HSV(B) 329.72º 0.55% 0.76% -
XYZ 30.05 19.89 27.07 -
YUV 124.15 136.95 177.11 -
System Red Green Blue C M Y K H S L
Decimal 193 86 140 0 0.55 0.27 0.24 329.72 0.46 0.55
Hex C1 56 8C 0 37 1B 18 14A 2E 37
Octal 301 126 214 0 67 33 30 512 56 67
Binary 11000001 1010110 10001100 0 110111 11011 11000 101001010 101110 110111

Color Harmonies of #C1568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1568C

Black with #C1568C

Text Example


Text Example

White with #C1568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1568C; }

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

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

background-color css

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

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

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

border-color css

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

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

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