Html Css Color HEX #C35192 Mulberry

📋 copy color: '#C35192'

red 195 ◦ green 81 ◦ blue 146

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

Shades of Mulberry #C35192

Tints of Mulberry #C35192

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.19%

 BLUE value IS 146 (57.42% from 255) = 34.6%

R = 46.21%
G = 19.19%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C35192 (or 0xC35192) is known color: Mulberry. HEX triplet: C3, 51 and 92. RGB value is (195,81,146). Sum of RGB (Red+Green+Blue) = 195+81+146=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C35192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35192 is #3CAE6D. Grayscale: #7A7A7A. Windows color (decimal): -3976814 or 9589187. OLE color: 9589187.

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

Color convert

RGB 195 81 146 -
CMYK 0 0.58 0.25 0.24
HSL 325.79º 0.49% 0.54% -
HSV(B) 325.79º 0.58% 0.76% -
XYZ 30.64 19.56 29.36 -
YUV 122.5 141.27 179.71 -
System Red Green Blue C M Y K H S L
Decimal 195 81 146 0 0.58 0.25 0.24 325.79 0.49 0.54
Hex C3 51 92 0 3A 19 18 146 31 36
Octal 303 121 222 0 72 31 30 506 61 66
Binary 11000011 1010001 10010010 0 111010 11001 11000 101000110 110001 110110

Color Harmonies of #C35192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35192

Black with #C35192

Text Example


Text Example

White with #C35192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35192; }

 p { color: rgb(195,81,146); }

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

background-color css

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

 a { background-color: rgb(195,81,146); }

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

border-color css

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

 span { border-color: rgb(195,81,146); }

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