Html Css Color HEX #C7528A Mulberry

📋 copy color: '#C7528A'

red 199 ◦ green 82 ◦ blue 138

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

Shades of Mulberry #C7528A

Tints of Mulberry #C7528A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.57%

 BLUE value IS 138 (54.3% from 255) = 32.94%

R = 47.49%
G = 19.57%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7528A (or 0xC7528A) is known color: Mulberry. HEX triplet: C7, 52 and 8A. RGB value is (199,82,138). Sum of RGB (Red+Green+Blue) = 199+82+138=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C7528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7528A is #38AD75. Grayscale: #7B7B7B. Windows color (decimal): -3714422 or 9065159. OLE color: 9065159.

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

Color convert

RGB 199 82 138 -
CMYK 0 0.59 0.31 0.22
HSL 331.28º 0.51% 0.55% -
HSV(B) 331.28º 0.59% 0.78% -
XYZ 31.16 20.01 26.27 -
YUV 123.37 136.26 181.95 -
System Red Green Blue C M Y K H S L
Decimal 199 82 138 0 0.59 0.31 0.22 331.28 0.51 0.55
Hex C7 52 8A 0 3B 1F 16 14B 33 37
Octal 307 122 212 0 73 37 26 513 63 67
Binary 11000111 1010010 10001010 0 111011 11111 10110 101001011 110011 110111

Color Harmonies of #C7528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7528A

Black with #C7528A

Text Example


Text Example

White with #C7528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7528A; }

 p { color: rgb(199,82,138); }

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

background-color css

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

 a { background-color: rgb(199,82,138); }

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

border-color css

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

 span { border-color: rgb(199,82,138); }

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