Html Css Color HEX #C65C9A Mulberry

📋 copy color: '#C65C9A'

red 198 ◦ green 92 ◦ blue 154

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

Shades of Mulberry #C65C9A

Tints of Mulberry #C65C9A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.72%

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

R = 44.59%
G = 20.72%
B = 34.68%

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

#C65C9A (or 0xC65C9A) is known color: Mulberry. HEX triplet: C6, 5C and 9A. RGB value is (198,92,154). Sum of RGB (Red+Green+Blue) = 198+92+154=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65C9A is #39A365. Grayscale: #828282. Windows color (decimal): -3777382 or 10116294. OLE color: 10116294.

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

Color convert

RGB 198 92 154 -
CMYK 0 0.54 0.22 0.22
HSL 324.91º 0.48% 0.57% -
HSV(B) 324.91º 0.54% 0.78% -
XYZ 32.95 21.99 33.08 -
YUV 130.76 141.12 175.96 -
System Red Green Blue C M Y K H S L
Decimal 198 92 154 0 0.54 0.22 0.22 324.91 0.48 0.57
Hex C6 5C 9A 0 36 16 16 145 30 39
Octal 306 134 232 0 66 26 26 505 60 71
Binary 11000110 1011100 10011010 0 110110 10110 10110 101000101 110000 111001

Color Harmonies of #C65C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65C9A

Black with #C65C9A

Text Example


Text Example

White with #C65C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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