Html Css Color HEX #C6569B Mulberry

📋 copy color: '#C6569B'

red 198 ◦ green 86 ◦ blue 155

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

Shades of Mulberry #C6569B

Tints of Mulberry #C6569B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.59%

 BLUE value IS 155 (60.94% from 255) = 35.31%

R = 45.1%
G = 19.59%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6569B (or 0xC6569B) is known color: Mulberry. HEX triplet: C6, 56 and 9B. RGB value is (198,86,155). Sum of RGB (Red+Green+Blue) = 198+86+155=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C6569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6569B is #39A964. Grayscale: #7F7F7F. Windows color (decimal): -3778917 or 10180294. OLE color: 10180294.

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

Color convert

RGB 198 86 155 -
CMYK 0 0.57 0.22 0.22
HSL 323.04º 0.5% 0.56% -
HSV(B) 323.04º 0.57% 0.78% -
XYZ 32.53 21.03 33.35 -
YUV 127.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 198 86 155 0 0.57 0.22 0.22 323.04 0.5 0.56
Hex C6 56 9B 0 39 16 16 143 32 38
Octal 306 126 233 0 71 26 26 503 62 70
Binary 11000110 1010110 10011011 0 111001 10110 10110 101000011 110010 111000

Color Harmonies of #C6569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6569B

Black with #C6569B

Text Example


Text Example

White with #C6569B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6569B; }

 p { color: rgb(198,86,155); }

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

background-color css

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

 a { background-color: rgb(198,86,155); }

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

border-color css

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

 span { border-color: rgb(198,86,155); }

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