Html Css Color HEX #C1499C Mulberry

📋 copy color: '#C1499C'

red 193 ◦ green 73 ◦ blue 156

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

Shades of Mulberry #C1499C

Tints of Mulberry #C1499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.3%

 BLUE value IS 156 (61.33% from 255) = 36.97%

R = 45.73%
G = 17.3%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1499C (or 0xC1499C) is known color: Mulberry. HEX triplet: C1, 49 and 9C. RGB value is (193,73,156). Sum of RGB (Red+Green+Blue) = 193+73+156=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C1499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1499C is #3EB663. Grayscale: #767676. Windows color (decimal): -4109924 or 10242497. OLE color: 10242497.

HSL color Cylindrical-coordinate representation of color #C1499C: hue angle of 318.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1499C is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 73 156 -
CMYK 0 0.62 0.19 0.24
HSL 318.5º 0.49% 0.52% -
HSV(B) 318.5º 0.62% 0.76% -
XYZ 30.38 18.5 33.42 -
YUV 118.34 149.26 181.25 -
System Red Green Blue C M Y K H S L
Decimal 193 73 156 0 0.62 0.19 0.24 318.5 0.49 0.52
Hex C1 49 9C 0 3E 13 18 13E 31 34
Octal 301 111 234 0 76 23 30 476 61 64
Binary 11000001 1001001 10011100 0 111110 10011 11000 100111110 110001 110100

Color Harmonies of #C1499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1499C

Black with #C1499C

Text Example


Text Example

White with #C1499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1499C; }

 p { color: rgb(193,73,156); }

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

background-color css

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

 a { background-color: rgb(193,73,156); }

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

border-color css

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

 span { border-color: rgb(193,73,156); }

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