Html Css Color HEX #CB488E Mulberry

📋 copy color: '#CB488E'

red 203 ◦ green 72 ◦ blue 142

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

Shades of Mulberry #CB488E

Tints of Mulberry #CB488E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.05%

R = 48.68%
G = 17.27%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB488E (or 0xCB488E) is known color: Mulberry. HEX triplet: CB, 48 and 8E. RGB value is (203,72,142). Sum of RGB (Red+Green+Blue) = 203+72+142=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB488E is #34B771. Grayscale: #777777. Windows color (decimal): -3454834 or 9324747. OLE color: 9324747.

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

Color convert

RGB 203 72 142 -
CMYK 0 0.65 0.30 0.20
HSL 327.94º 0.56% 0.54% -
HSV(B) 327.94º 0.65% 0.8% -
XYZ 31.83 19.28 27.64 -
YUV 119.15 140.9 187.81 -
System Red Green Blue C M Y K H S L
Decimal 203 72 142 0 0.65 0.30 0.20 327.94 0.56 0.54
Hex CB 48 8E 0 41 1E 14 148 38 36
Octal 313 110 216 0 101 36 24 510 70 66
Binary 11001011 1001000 10001110 0 1000001 11110 10100 101001000 111000 110110

Color Harmonies of #CB488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB488E

Black with #CB488E

Text Example


Text Example

White with #CB488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB488E; }

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

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

background-color css

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

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

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

border-color css

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

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

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