Html Css Color HEX #CB478A Mulberry

📋 copy color: '#CB478A'

red 203 ◦ green 71 ◦ blue 138

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

Shades of Mulberry #CB478A

Tints of Mulberry #CB478A

RGB

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

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

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

R = 49.27%
G = 17.23%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB478A (or 0xCB478A) is known color: Mulberry. HEX triplet: CB, 47 and 8A. RGB value is (203,71,138). Sum of RGB (Red+Green+Blue) = 203+71+138=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB478A is #34B875. Grayscale: #757575. Windows color (decimal): -3455094 or 9062347. OLE color: 9062347.

HSL color Cylindrical-coordinate representation of color #CB478A: hue angle of 329.55º 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 #CB478A is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 71 138 -
CMYK 0 0.65 0.32 0.20
HSL 329.55º 0.56% 0.54% -
HSV(B) 329.55º 0.65% 0.8% -
XYZ 31.47 19.04 26.06 -
YUV 118.11 139.23 188.55 -
System Red Green Blue C M Y K H S L
Decimal 203 71 138 0 0.65 0.32 0.20 329.55 0.56 0.54
Hex CB 47 8A 0 41 20 14 14A 38 36
Octal 313 107 212 0 101 40 24 512 70 66
Binary 11001011 1000111 10001010 0 1000001 100000 10100 101001010 111000 110110

Color Harmonies of #CB478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB478A

Black with #CB478A

Text Example


Text Example

White with #CB478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB478A; }

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

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

background-color css

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

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

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

border-color css

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

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

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