Html Css Color HEX #C552A5 Mulberry

📋 copy color: '#C552A5'

red 197 ◦ green 82 ◦ blue 165

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

Shades of Mulberry #C552A5

Tints of Mulberry #C552A5

RGB

 RED value IS 197 (77.34% from 255) = 44.37%

 GREEN value IS 82 (32.42% from 255) = 18.47%

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

R = 44.37%
G = 18.47%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C552A5 (or 0xC552A5) is known color: Mulberry. HEX triplet: C5, 52 and A5. RGB value is (197,82,165). Sum of RGB (Red+Green+Blue) = 197+82+165=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C552A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C552A5 is #3AAD5A. Grayscale: #7D7D7D. Windows color (decimal): -3845467 or 10834629. OLE color: 10834629.

HSL color Cylindrical-coordinate representation of color #C552A5: hue angle of 316.7º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C552A5 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 82 165 -
CMYK 0 0.58 0.16 0.23
HSL 316.7º 0.5% 0.55% -
HSV(B) 316.7º 0.58% 0.77% -
XYZ 32.83 20.62 37.85 -
YUV 125.85 150.1 178.75 -
System Red Green Blue C M Y K H S L
Decimal 197 82 165 0 0.58 0.16 0.23 316.7 0.5 0.55
Hex C5 52 A5 0 3A 10 17 13D 32 37
Octal 305 122 245 0 72 20 27 475 62 67
Binary 11000101 1010010 10100101 0 111010 10000 10111 100111101 110010 110111

Color Harmonies of #C552A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C552A5

Black with #C552A5

Text Example


Text Example

White with #C552A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C552A5; }

 p { color: rgb(197,82,165); }

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

background-color css

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

 a { background-color: rgb(197,82,165); }

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

border-color css

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

 span { border-color: rgb(197,82,165); }

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