Html Css Color HEX #CB479F Mulberry

📋 copy color: '#CB479F'

red 203 ◦ green 71 ◦ blue 159

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

Shades of Mulberry #CB479F

Tints of Mulberry #CB479F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.72%

R = 46.88%
G = 16.4%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CB479F (or 0xCB479F) is known color: Mulberry. HEX triplet: CB, 47 and 9F. RGB value is (203,71,159). Sum of RGB (Red+Green+Blue) = 203+71+159=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB479F is #34B860. Grayscale: #787878. Windows color (decimal): -3455073 or 10438603. OLE color: 10438603.

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

Color convert

RGB 203 71 159 -
CMYK 0 0.65 0.22 0.20
HSL 320º 0.56% 0.54% -
HSV(B) 320º 0.65% 0.8% -
XYZ 33.14 19.71 34.86 -
YUV 120.5 149.73 186.84 -
System Red Green Blue C M Y K H S L
Decimal 203 71 159 0 0.65 0.22 0.20 320 0.56 0.54
Hex CB 47 9F 0 41 16 14 140 38 36
Octal 313 107 237 0 101 26 24 500 70 66
Binary 11001011 1000111 10011111 0 1000001 10110 10100 101000000 111000 110110

Color Harmonies of #CB479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB479F

Black with #CB479F

Text Example


Text Example

White with #CB479F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB479F; }

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

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

background-color css

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

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

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

border-color css

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

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

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