Html Css Color HEX #CB479A Mulberry

📋 copy color: '#CB479A'

red 203 ◦ green 71 ◦ blue 154

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

Shades of Mulberry #CB479A

Tints of Mulberry #CB479A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.59%

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

R = 47.43%
G = 16.59%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB479A (or 0xCB479A) is known color: Mulberry. HEX triplet: CB, 47 and 9A. RGB value is (203,71,154). Sum of RGB (Red+Green+Blue) = 203+71+154=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB479A is #34B865. Grayscale: #777777. Windows color (decimal): -3455078 or 10110923. OLE color: 10110923.

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

Color convert

RGB 203 71 154 -
CMYK 0 0.65 0.24 0.20
HSL 322.27º 0.56% 0.54% -
HSV(B) 322.27º 0.65% 0.8% -
XYZ 32.71 19.54 32.62 -
YUV 119.93 147.23 187.25 -
System Red Green Blue C M Y K H S L
Decimal 203 71 154 0 0.65 0.24 0.20 322.27 0.56 0.54
Hex CB 47 9A 0 41 18 14 142 38 36
Octal 313 107 232 0 101 30 24 502 70 66
Binary 11001011 1000111 10011010 0 1000001 11000 10100 101000010 111000 110110

Color Harmonies of #CB479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB479A

Black with #CB479A

Text Example


Text Example

White with #CB479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB479A; }

 p { color: rgb(203,71,154); }

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

background-color css

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

 a { background-color: rgb(203,71,154); }

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

border-color css

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

 span { border-color: rgb(203,71,154); }

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