Html Css Color HEX #C1568E Mulberry

📋 copy color: '#C1568E'

red 193 ◦ green 86 ◦ blue 142

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

Shades of Mulberry #C1568E

Tints of Mulberry #C1568E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.73%

R = 45.84%
G = 20.43%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1568E (or 0xC1568E) is known color: Mulberry. HEX triplet: C1, 56 and 8E. RGB value is (193,86,142). Sum of RGB (Red+Green+Blue) = 193+86+142=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C1568E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1568E is #3EA971. Grayscale: #7C7C7C. Windows color (decimal): -4106610 or 9328321. OLE color: 9328321.

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

Color convert

RGB 193 86 142 -
CMYK 0 0.55 0.26 0.24
HSL 328.6º 0.46% 0.55% -
HSV(B) 328.6º 0.55% 0.76% -
XYZ 30.2 19.95 27.85 -
YUV 124.38 137.95 176.95 -
System Red Green Blue C M Y K H S L
Decimal 193 86 142 0 0.55 0.26 0.24 328.6 0.46 0.55
Hex C1 56 8E 0 37 1A 18 149 2E 37
Octal 301 126 216 0 67 32 30 511 56 67
Binary 11000001 1010110 10001110 0 110111 11010 11000 101001001 101110 110111

Color Harmonies of #C1568E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1568E

Black with #C1568E

Text Example


Text Example

White with #C1568E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1568E; }

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

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

background-color css

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

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

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

border-color css

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

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

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