Html Css Color HEX #C347A2 Mulberry

📋 copy color: '#C347A2'

red 195 ◦ green 71 ◦ blue 162

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

Shades of Mulberry #C347A2

Tints of Mulberry #C347A2

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.59%

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

R = 45.56%
G = 16.59%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C347A2 (or 0xC347A2) is known color: Mulberry. HEX triplet: C3, 47 and A2. RGB value is (195,71,162). Sum of RGB (Red+Green+Blue) = 195+71+162=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C347A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C347A2 is #3CB85D. Grayscale: #767676. Windows color (decimal): -3979358 or 10635203. OLE color: 10635203.

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

Color convert

RGB 195 71 162 -
CMYK 0 0.64 0.17 0.24
HSL 315.97º 0.51% 0.52% -
HSV(B) 315.97º 0.64% 0.76% -
XYZ 31.28 18.72 36.15 -
YUV 118.45 152.58 182.6 -
System Red Green Blue C M Y K H S L
Decimal 195 71 162 0 0.64 0.17 0.24 315.97 0.51 0.52
Hex C3 47 A2 0 40 11 18 13C 33 34
Octal 303 107 242 0 100 21 30 474 63 64
Binary 11000011 1000111 10100010 0 1000000 10001 11000 100111100 110011 110100

Color Harmonies of #C347A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C347A2

Black with #C347A2

Text Example


Text Example

White with #C347A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C347A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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