Html Css Color HEX #C652A0 Mulberry

📋 copy color: '#C652A0'

red 198 ◦ green 82 ◦ blue 160

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

Shades of Mulberry #C652A0

Tints of Mulberry #C652A0

RGB

 RED value IS 198 (77.73% from 255) = 45%

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

 BLUE value IS 160 (62.89% from 255) = 36.36%

R = 45%
G = 18.64%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C652A0 (or 0xC652A0) is known color: Mulberry. HEX triplet: C6, 52 and A0. RGB value is (198,82,160). Sum of RGB (Red+Green+Blue) = 198+82+160=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C652A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C652A0 is #39AD5F. Grayscale: #7D7D7D. Windows color (decimal): -3779936 or 10506950. OLE color: 10506950.

HSL color Cylindrical-coordinate representation of color #C652A0: hue angle of 319.66º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C652A0 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 82 160 -
CMYK 0 0.59 0.19 0.22
HSL 319.66º 0.5% 0.55% -
HSV(B) 319.66º 0.59% 0.78% -
XYZ 32.65 20.58 35.51 -
YUV 125.58 147.43 179.66 -
System Red Green Blue C M Y K H S L
Decimal 198 82 160 0 0.59 0.19 0.22 319.66 0.5 0.55
Hex C6 52 A0 0 3B 13 16 140 32 37
Octal 306 122 240 0 73 23 26 500 62 67
Binary 11000110 1010010 10100000 0 111011 10011 10110 101000000 110010 110111

Color Harmonies of #C652A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C652A0

Black with #C652A0

Text Example


Text Example

White with #C652A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C652A0; }

 p { color: rgb(198,82,160); }

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

background-color css

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

 a { background-color: rgb(198,82,160); }

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

border-color css

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

 span { border-color: rgb(198,82,160); }

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