Html Css Color HEX #CB528C Mulberry

📋 copy color: '#CB528C'

red 203 ◦ green 82 ◦ blue 140

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

Shades of Mulberry #CB528C

Tints of Mulberry #CB528C

RGB

 RED value IS 203 (79.69% from 255) = 47.76%

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

 BLUE value IS 140 (55.08% from 255) = 32.94%

R = 47.76%
G = 19.29%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB528C (or 0xCB528C) is known color: Mulberry. HEX triplet: CB, 52 and 8C. RGB value is (203,82,140). Sum of RGB (Red+Green+Blue) = 203+82+140=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB528C is #34AD73. Grayscale: #7C7C7C. Windows color (decimal): -3452276 or 9196235. OLE color: 9196235.

HSL color Cylindrical-coordinate representation of color #CB528C: hue angle of 331.24º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB528C is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 82 140 -
CMYK 0 0.60 0.31 0.20
HSL 331.24º 0.54% 0.56% -
HSV(B) 331.24º 0.6% 0.8% -
XYZ 32.38 20.62 27.09 -
YUV 124.79 136.59 183.78 -
System Red Green Blue C M Y K H S L
Decimal 203 82 140 0 0.60 0.31 0.20 331.24 0.54 0.56
Hex CB 52 8C 0 3C 1F 14 14B 36 38
Octal 313 122 214 0 74 37 24 513 66 70
Binary 11001011 1010010 10001100 0 111100 11111 10100 101001011 110110 111000

Color Harmonies of #CB528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB528C

Black with #CB528C

Text Example


Text Example

White with #CB528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB528C; }

 p { color: rgb(203,82,140); }

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

background-color css

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

 a { background-color: rgb(203,82,140); }

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

border-color css

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

 span { border-color: rgb(203,82,140); }

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