Html Css Color HEX #C358A2 Mulberry

📋 copy color: '#C358A2'

red 195 ◦ green 88 ◦ blue 162

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

Shades of Mulberry #C358A2

Tints of Mulberry #C358A2

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.78%

 BLUE value IS 162 (63.67% from 255) = 36.4%

R = 43.82%
G = 19.78%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C358A2 (or 0xC358A2) is known color: Mulberry. HEX triplet: C3, 58 and A2. RGB value is (195,88,162). Sum of RGB (Red+Green+Blue) = 195+88+162=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C358A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C358A2 is #3CA75D. Grayscale: #808080. Windows color (decimal): -3975006 or 10639555. OLE color: 10639555.

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

Color convert

RGB 195 88 162 -
CMYK 0 0.55 0.17 0.24
HSL 318.5º 0.47% 0.55% -
HSV(B) 318.5º 0.55% 0.76% -
XYZ 32.52 21.19 36.56 -
YUV 128.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 195 88 162 0 0.55 0.17 0.24 318.5 0.47 0.55
Hex C3 58 A2 0 37 11 18 13F 2F 37
Octal 303 130 242 0 67 21 30 477 57 67
Binary 11000011 1011000 10100010 0 110111 10001 11000 100111111 101111 110111

Color Harmonies of #C358A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C358A2

Black with #C358A2

Text Example


Text Example

White with #C358A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C358A2; }

 p { color: rgb(195,88,162); }

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

background-color css

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

 a { background-color: rgb(195,88,162); }

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

border-color css

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

 span { border-color: rgb(195,88,162); }

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