Html Css Color HEX #C75A9B Mulberry

📋 copy color: '#C75A9B'

red 199 ◦ green 90 ◦ blue 155

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

Shades of Mulberry #C75A9B

Tints of Mulberry #C75A9B

RGB

 RED value IS 199 (78.13% from 255) = 44.82%

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

 BLUE value IS 155 (60.94% from 255) = 34.91%

R = 44.82%
G = 20.27%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C75A9B (or 0xC75A9B) is known color: Mulberry. HEX triplet: C7, 5A and 9B. RGB value is (199,90,155). Sum of RGB (Red+Green+Blue) = 199+90+155=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75A9B is #38A564. Grayscale: #818181. Windows color (decimal): -3712357 or 10181319. OLE color: 10181319.

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

Color convert

RGB 199 90 155 -
CMYK 0 0.55 0.22 0.22
HSL 324.22º 0.49% 0.57% -
HSV(B) 324.22º 0.55% 0.78% -
XYZ 33.13 21.82 33.48 -
YUV 130 142.11 177.21 -
System Red Green Blue C M Y K H S L
Decimal 199 90 155 0 0.55 0.22 0.22 324.22 0.49 0.57
Hex C7 5A 9B 0 37 16 16 144 31 39
Octal 307 132 233 0 67 26 26 504 61 71
Binary 11000111 1011010 10011011 0 110111 10110 10110 101000100 110001 111001

Color Harmonies of #C75A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75A9B

Black with #C75A9B

Text Example


Text Example

White with #C75A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75A9B; }

 p { color: rgb(199,90,155); }

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

background-color css

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

 a { background-color: rgb(199,90,155); }

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

border-color css

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

 span { border-color: rgb(199,90,155); }

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