Html Css Color HEX #CB448A Mulberry

📋 copy color: '#CB448A'

red 203 ◦ green 68 ◦ blue 138

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

Shades of Mulberry #CB448A

Tints of Mulberry #CB448A

RGB

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

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

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

R = 49.63%
G = 16.63%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB448A (or 0xCB448A) is known color: Mulberry. HEX triplet: CB, 44 and 8A. RGB value is (203,68,138). Sum of RGB (Red+Green+Blue) = 203+68+138=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB448A is #34BB75. Grayscale: #747474. Windows color (decimal): -3455862 or 9061579. OLE color: 9061579.

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

Color convert

RGB 203 68 138 -
CMYK 0 0.67 0.32 0.20
HSL 328.89º 0.56% 0.53% -
HSV(B) 328.89º 0.67% 0.8% -
XYZ 31.28 18.67 26 -
YUV 116.35 140.23 189.81 -
System Red Green Blue C M Y K H S L
Decimal 203 68 138 0 0.67 0.32 0.20 328.89 0.56 0.53
Hex CB 44 8A 0 43 20 14 149 38 35
Octal 313 104 212 0 103 40 24 511 70 65
Binary 11001011 1000100 10001010 0 1000011 100000 10100 101001001 111000 110101

Color Harmonies of #CB448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB448A

Black with #CB448A

Text Example


Text Example

White with #CB448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB448A; }

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

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

background-color css

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

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

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

border-color css

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

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

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