Html Css Color HEX #C055A4 Mulberry

📋 copy color: '#C055A4'

red 192 ◦ green 85 ◦ blue 164

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

Shades of Mulberry #C055A4

Tints of Mulberry #C055A4

RGB

 RED value IS 192 (75.39% from 255) = 43.54%

 GREEN value IS 85 (33.59% from 255) = 19.27%

 BLUE value IS 164 (64.45% from 255) = 37.19%

R = 43.54%
G = 19.27%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C055A4 (or 0xC055A4) is known color: Mulberry. HEX triplet: C0, 55 and A4. RGB value is (192,85,164). Sum of RGB (Red+Green+Blue) = 192+85+164=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C055A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C055A4 is #3FAA5B. Grayscale: #7D7D7D. Windows color (decimal): -4172380 or 10769856. OLE color: 10769856.

HSL color Cylindrical-coordinate representation of color #C055A4: hue angle of 315.7º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C055A4 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 85 164 -
CMYK 0 0.56 0.15 0.25
HSL 315.7º 0.46% 0.54% -
HSV(B) 315.7º 0.56% 0.75% -
XYZ 31.69 20.38 37.39 -
YUV 126 149.45 175.08 -
System Red Green Blue C M Y K H S L
Decimal 192 85 164 0 0.56 0.15 0.25 315.7 0.46 0.54
Hex C0 55 A4 0 38 F 19 13C 2E 36
Octal 300 125 244 0 70 17 31 474 56 66
Binary 11000000 1010101 10100100 0 111000 1111 11001 100111100 101110 110110

Color Harmonies of #C055A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C055A4

Black with #C055A4

Text Example


Text Example

White with #C055A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C055A4; }

 p { color: rgb(192,85,164); }

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

background-color css

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

 a { background-color: rgb(192,85,164); }

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

border-color css

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

 span { border-color: rgb(192,85,164); }

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