Html Css Color HEX #C6568A Mulberry

📋 copy color: '#C6568A'

red 198 ◦ green 86 ◦ blue 138

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

Shades of Mulberry #C6568A

Tints of Mulberry #C6568A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.7%

R = 46.92%
G = 20.38%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6568A (or 0xC6568A) is known color: Mulberry. HEX triplet: C6, 56 and 8A. RGB value is (198,86,138). Sum of RGB (Red+Green+Blue) = 198+86+138=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6568A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6568A is #39A975. Grayscale: #7D7D7D. Windows color (decimal): -3778934 or 9066182. OLE color: 9066182.

HSL color Cylindrical-coordinate representation of color #C6568A: hue angle of 332.14º 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 #C6568A is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 86 138 -
CMYK 0 0.57 0.30 0.22
HSL 332.14º 0.5% 0.56% -
HSV(B) 332.14º 0.57% 0.78% -
XYZ 31.2 20.5 26.36 -
YUV 125.42 135.11 179.77 -
System Red Green Blue C M Y K H S L
Decimal 198 86 138 0 0.57 0.30 0.22 332.14 0.5 0.56
Hex C6 56 8A 0 39 1E 16 14C 32 38
Octal 306 126 212 0 71 36 26 514 62 70
Binary 11000110 1010110 10001010 0 111001 11110 10110 101001100 110010 111000

Color Harmonies of #C6568A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6568A

Black with #C6568A

Text Example


Text Example

White with #C6568A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6568A; }

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

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

background-color css

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

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

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

border-color css

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

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

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