Html Css Color HEX #C65A9C Mulberry

📋 copy color: '#C65A9C'

red 198 ◦ green 90 ◦ blue 156

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

Shades of Mulberry #C65A9C

Tints of Mulberry #C65A9C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.27%

 BLUE value IS 156 (61.33% from 255) = 35.14%

R = 44.59%
G = 20.27%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C65A9C (or 0xC65A9C) is known color: Mulberry. HEX triplet: C6, 5A and 9C. RGB value is (198,90,156). Sum of RGB (Red+Green+Blue) = 198+90+156=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65A9C is #39A563. Grayscale: #818181. Windows color (decimal): -3777892 or 10246854. OLE color: 10246854.

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

Color convert

RGB 198 90 156 -
CMYK 0 0.55 0.21 0.22
HSL 323.33º 0.49% 0.56% -
HSV(B) 323.33º 0.55% 0.78% -
XYZ 32.95 21.72 33.91 -
YUV 129.82 142.78 176.63 -
System Red Green Blue C M Y K H S L
Decimal 198 90 156 0 0.55 0.21 0.22 323.33 0.49 0.56
Hex C6 5A 9C 0 37 15 16 143 31 38
Octal 306 132 234 0 67 25 26 503 61 70
Binary 11000110 1011010 10011100 0 110111 10101 10110 101000011 110001 111000

Color Harmonies of #C65A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65A9C

Black with #C65A9C

Text Example


Text Example

White with #C65A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65A9C; }

 p { color: rgb(198,90,156); }

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

background-color css

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

 a { background-color: rgb(198,90,156); }

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

border-color css

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

 span { border-color: rgb(198,90,156); }

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