Html Css Color HEX #CB4C8A Mulberry

📋 copy color: '#CB4C8A'

red 203 ◦ green 76 ◦ blue 138

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

Shades of Mulberry #CB4C8A

Tints of Mulberry #CB4C8A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.23%

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

R = 48.68%
G = 18.23%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB4C8A (or 0xCB4C8A) is known color: Mulberry. HEX triplet: CB, 4C and 8A. RGB value is (203,76,138). Sum of RGB (Red+Green+Blue) = 203+76+138=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4C8A is #34B375. Grayscale: #787878. Windows color (decimal): -3453814 or 9063627. OLE color: 9063627.

HSL color Cylindrical-coordinate representation of color #CB4C8A: hue angle of 330.71º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4C8A is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 76 138 -
CMYK 0 0.63 0.32 0.20
HSL 330.71º 0.55% 0.55% -
HSV(B) 330.71º 0.63% 0.8% -
XYZ 31.8 19.7 26.17 -
YUV 121.04 137.58 186.46 -
System Red Green Blue C M Y K H S L
Decimal 203 76 138 0 0.63 0.32 0.20 330.71 0.55 0.55
Hex CB 4C 8A 0 3F 20 14 14B 37 37
Octal 313 114 212 0 77 40 24 513 67 67
Binary 11001011 1001100 10001010 0 111111 100000 10100 101001011 110111 110111

Color Harmonies of #CB4C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4C8A

Black with #CB4C8A

Text Example


Text Example

White with #CB4C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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