Html Css Color HEX #C65B9A Mulberry

📋 copy color: '#C65B9A'

red 198 ◦ green 91 ◦ blue 154

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

Shades of Mulberry #C65B9A

Tints of Mulberry #C65B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.76%

R = 44.7%
G = 20.54%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C65B9A (or 0xC65B9A) is known color: Mulberry. HEX triplet: C6, 5B and 9A. RGB value is (198,91,154). Sum of RGB (Red+Green+Blue) = 198+91+154=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65B9A is #39A465. Grayscale: #828282. Windows color (decimal): -3777638 or 10116038. OLE color: 10116038.

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

Color convert

RGB 198 91 154 -
CMYK 0 0.54 0.22 0.22
HSL 324.67º 0.48% 0.57% -
HSV(B) 324.67º 0.54% 0.78% -
XYZ 32.86 21.82 33.05 -
YUV 130.18 141.45 176.38 -
System Red Green Blue C M Y K H S L
Decimal 198 91 154 0 0.54 0.22 0.22 324.67 0.48 0.57
Hex C6 5B 9A 0 36 16 16 145 30 39
Octal 306 133 232 0 66 26 26 505 60 71
Binary 11000110 1011011 10011010 0 110110 10110 10110 101000101 110000 111001

Color Harmonies of #C65B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65B9A

Black with #C65B9A

Text Example


Text Example

White with #C65B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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