Html Css Color HEX #C145A5 Mulberry

📋 copy color: '#C145A5'

red 193 ◦ green 69 ◦ blue 165

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

Shades of Mulberry #C145A5

Tints of Mulberry #C145A5

RGB

 RED value IS 193 (75.78% from 255) = 45.2%

 GREEN value IS 69 (27.34% from 255) = 16.16%

 BLUE value IS 165 (64.84% from 255) = 38.64%

R = 45.2%
G = 16.16%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C145A5 (or 0xC145A5) is known color: Mulberry. HEX triplet: C1, 45 and A5. RGB value is (193,69,165). Sum of RGB (Red+Green+Blue) = 193+69+165=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C145A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C145A5 is #3EBA5A. Grayscale: #747474. Windows color (decimal): -4110939 or 10831297. OLE color: 10831297.

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

Color convert

RGB 193 69 165 -
CMYK 0 0.64 0.15 0.24
HSL 313.55º 0.5% 0.51% -
HSV(B) 313.55º 0.64% 0.76% -
XYZ 30.91 18.31 37.5 -
YUV 117.02 155.08 182.19 -
System Red Green Blue C M Y K H S L
Decimal 193 69 165 0 0.64 0.15 0.24 313.55 0.5 0.51
Hex C1 45 A5 0 40 F 18 13A 32 33
Octal 301 105 245 0 100 17 30 472 62 63
Binary 11000001 1000101 10100101 0 1000000 1111 11000 100111010 110010 110011

Color Harmonies of #C145A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C145A5

Black with #C145A5

Text Example


Text Example

White with #C145A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C145A5; }

 p { color: rgb(193,69,165); }

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

background-color css

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

 a { background-color: rgb(193,69,165); }

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

border-color css

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

 span { border-color: rgb(193,69,165); }

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