Html Css Color HEX #CB4898 Mulberry

📋 copy color: '#CB4898'

red 203 ◦ green 72 ◦ blue 152

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

Shades of Mulberry #CB4898

Tints of Mulberry #CB4898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.86%

 BLUE value IS 152 (59.77% from 255) = 35.6%

R = 47.54%
G = 16.86%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB4898 (or 0xCB4898) is known color: Mulberry. HEX triplet: CB, 48 and 98. RGB value is (203,72,152). Sum of RGB (Red+Green+Blue) = 203+72+152=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 72 (28.52% from 255 or 16.86% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4898 is #34B767. Grayscale: #787878. Windows color (decimal): -3454824 or 9980107. OLE color: 9980107.

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

Color convert

RGB 203 72 152 -
CMYK 0 0.65 0.25 0.20
HSL 323.36º 0.56% 0.54% -
HSV(B) 323.36º 0.65% 0.8% -
XYZ 32.61 19.6 31.77 -
YUV 120.29 145.9 187 -
System Red Green Blue C M Y K H S L
Decimal 203 72 152 0 0.65 0.25 0.20 323.36 0.56 0.54
Hex CB 48 98 0 41 19 14 143 38 36
Octal 313 110 230 0 101 31 24 503 70 66
Binary 11001011 1001000 10011000 0 1000001 11001 10100 101000011 111000 110110

Color Harmonies of #CB4898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4898

Black with #CB4898

Text Example


Text Example

White with #CB4898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4898; }

 p { color: rgb(203,72,152); }

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

background-color css

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

 a { background-color: rgb(203,72,152); }

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

border-color css

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

 span { border-color: rgb(203,72,152); }

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