Html Css Color HEX #C3488B Mulberry

📋 copy color: '#C3488B'

red 195 ◦ green 72 ◦ blue 139

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

Shades of Mulberry #C3488B

Tints of Mulberry #C3488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.73%

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 48.03%
G = 17.73%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3488B (or 0xC3488B) is known color: Mulberry. HEX triplet: C3, 48 and 8B. RGB value is (195,72,139). Sum of RGB (Red+Green+Blue) = 195+72+139=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3488B is #3CB774. Grayscale: #747474. Windows color (decimal): -3979125 or 9128131. OLE color: 9128131.

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

Color convert

RGB 195 72 139 -
CMYK 0 0.63 0.29 0.24
HSL 327.32º 0.51% 0.52% -
HSV(B) 327.32º 0.63% 0.76% -
XYZ 29.48 18.1 26.37 -
YUV 116.42 140.75 184.05 -
System Red Green Blue C M Y K H S L
Decimal 195 72 139 0 0.63 0.29 0.24 327.32 0.51 0.52
Hex C3 48 8B 0 3F 1D 18 147 33 34
Octal 303 110 213 0 77 35 30 507 63 64
Binary 11000011 1001000 10001011 0 111111 11101 11000 101000111 110011 110100

Color Harmonies of #C3488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3488B

Black with #C3488B

Text Example


Text Example

White with #C3488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3488B; }

 p { color: rgb(195,72,139); }

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

background-color css

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

 a { background-color: rgb(195,72,139); }

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

border-color css

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

 span { border-color: rgb(195,72,139); }

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