Html Css Color HEX #CB4690 Mulberry

📋 copy color: '#CB4690'

red 203 ◦ green 70 ◦ blue 144

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

Shades of Mulberry #CB4690

Tints of Mulberry #CB4690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.79%

 BLUE value IS 144 (56.64% from 255) = 34.53%

R = 48.68%
G = 16.79%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB4690 (or 0xCB4690) is known color: Mulberry. HEX triplet: CB, 46 and 90. RGB value is (203,70,144). Sum of RGB (Red+Green+Blue) = 203+70+144=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4690 is #34B96F. Grayscale: #767676. Windows color (decimal): -3455344 or 9455307. OLE color: 9455307.

HSL color Cylindrical-coordinate representation of color #CB4690: hue angle of 326.62º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4690 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 70 144 -
CMYK 0 0.66 0.29 0.20
HSL 326.62º 0.56% 0.54% -
HSV(B) 326.62º 0.66% 0.8% -
XYZ 31.85 19.09 28.39 -
YUV 118.2 142.56 188.48 -
System Red Green Blue C M Y K H S L
Decimal 203 70 144 0 0.66 0.29 0.20 326.62 0.56 0.54
Hex CB 46 90 0 42 1D 14 147 38 36
Octal 313 106 220 0 102 35 24 507 70 66
Binary 11001011 1000110 10010000 0 1000010 11101 10100 101000111 111000 110110

Color Harmonies of #CB4690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4690

Black with #CB4690

Text Example


Text Example

White with #CB4690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4690; }

 p { color: rgb(203,70,144); }

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

background-color css

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

 a { background-color: rgb(203,70,144); }

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

border-color css

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

 span { border-color: rgb(203,70,144); }

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