Html Css Color HEX #CB449D Mulberry

📋 copy color: '#CB449D'

red 203 ◦ green 68 ◦ blue 157

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

Shades of Mulberry #CB449D

Tints of Mulberry #CB449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.89%

 BLUE value IS 157 (61.72% from 255) = 36.68%

R = 47.43%
G = 15.89%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CB449D (or 0xCB449D) is known color: Mulberry. HEX triplet: CB, 44 and 9D. RGB value is (203,68,157). Sum of RGB (Red+Green+Blue) = 203+68+157=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB449D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB449D is #34BB62. Grayscale: #767676. Windows color (decimal): -3455843 or 10306763. OLE color: 10306763.

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

Color convert

RGB 203 68 157 -
CMYK 0 0.67 0.23 0.20
HSL 320.44º 0.56% 0.53% -
HSV(B) 320.44º 0.67% 0.8% -
XYZ 32.78 19.27 33.89 -
YUV 118.51 149.73 188.26 -
System Red Green Blue C M Y K H S L
Decimal 203 68 157 0 0.67 0.23 0.20 320.44 0.56 0.53
Hex CB 44 9D 0 43 17 14 140 38 35
Octal 313 104 235 0 103 27 24 500 70 65
Binary 11001011 1000100 10011101 0 1000011 10111 10100 101000000 111000 110101

Color Harmonies of #CB449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB449D

Black with #CB449D

Text Example


Text Example

White with #CB449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB449D; }

 p { color: rgb(203,68,157); }

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

background-color css

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

 a { background-color: rgb(203,68,157); }

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

border-color css

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

 span { border-color: rgb(203,68,157); }

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