Html Css Color HEX #C0499C Mulberry

📋 copy color: '#C0499C'

red 192 ◦ green 73 ◦ blue 156

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

Shades of Mulberry #C0499C

Tints of Mulberry #C0499C

RGB

 RED value IS 192 (75.39% from 255) = 45.61%

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

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

R = 45.61%
G = 17.34%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0499C (or 0xC0499C) is known color: Mulberry. HEX triplet: C0, 49 and 9C. RGB value is (192,73,156). Sum of RGB (Red+Green+Blue) = 192+73+156=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C0499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0499C is #3FB663. Grayscale: #757575. Windows color (decimal): -4175460 or 10242496. OLE color: 10242496.

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

Color convert

RGB 192 73 156 -
CMYK 0 0.62 0.19 0.25
HSL 318.15º 0.49% 0.52% -
HSV(B) 318.15º 0.62% 0.75% -
XYZ 30.12 18.37 33.41 -
YUV 118.04 149.42 180.75 -
System Red Green Blue C M Y K H S L
Decimal 192 73 156 0 0.62 0.19 0.25 318.15 0.49 0.52
Hex C0 49 9C 0 3E 13 19 13E 31 34
Octal 300 111 234 0 76 23 31 476 61 64
Binary 11000000 1001001 10011100 0 111110 10011 11001 100111110 110001 110100

Color Harmonies of #C0499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0499C

Black with #C0499C

Text Example


Text Example

White with #C0499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0499C; }

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

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

background-color css

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

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

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

border-color css

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

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

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