Html Css Color HEX #C65BA6 Mulberry

📋 copy color: '#C65BA6'

red 198 ◦ green 91 ◦ blue 166

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

Shades of Mulberry #C65BA6

Tints of Mulberry #C65BA6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20%

 BLUE value IS 166 (65.23% from 255) = 36.48%

R = 43.52%
G = 20%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C65BA6 (or 0xC65BA6) is known color: Mulberry. HEX triplet: C6, 5B and A6. RGB value is (198,91,166). Sum of RGB (Red+Green+Blue) = 198+91+166=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C65BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65BA6 is #39A459. Grayscale: #838383. Windows color (decimal): -3777626 or 10902470. OLE color: 10902470.

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

Color convert

RGB 198 91 166 -
CMYK 0 0.54 0.16 0.22
HSL 317.94º 0.48% 0.57% -
HSV(B) 317.94º 0.54% 0.78% -
XYZ 33.91 22.24 38.58 -
YUV 131.54 147.45 175.4 -
System Red Green Blue C M Y K H S L
Decimal 198 91 166 0 0.54 0.16 0.22 317.94 0.48 0.57
Hex C6 5B A6 0 36 10 16 13E 30 39
Octal 306 133 246 0 66 20 26 476 60 71
Binary 11000110 1011011 10100110 0 110110 10000 10110 100111110 110000 111001

Color Harmonies of #C65BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65BA6

Black with #C65BA6

Text Example


Text Example

White with #C65BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65BA6; }

 p { color: rgb(198,91,166); }

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

background-color css

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

 a { background-color: rgb(198,91,166); }

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

border-color css

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

 span { border-color: rgb(198,91,166); }

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