Html Css Color HEX #CB468A Mulberry

📋 copy color: '#CB468A'

red 203 ◦ green 70 ◦ blue 138

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

Shades of Mulberry #CB468A

Tints of Mulberry #CB468A

RGB

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

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

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

R = 49.39%
G = 17.03%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB468A (or 0xCB468A) is known color: Mulberry. HEX triplet: CB, 46 and 8A. RGB value is (203,70,138). Sum of RGB (Red+Green+Blue) = 203+70+138=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB468A is #34B975. Grayscale: #757575. Windows color (decimal): -3455350 or 9062091. OLE color: 9062091.

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

Color convert

RGB 203 70 138 -
CMYK 0 0.66 0.32 0.20
HSL 329.32º 0.56% 0.54% -
HSV(B) 329.32º 0.66% 0.8% -
XYZ 31.41 18.91 26.04 -
YUV 117.52 139.56 188.97 -
System Red Green Blue C M Y K H S L
Decimal 203 70 138 0 0.66 0.32 0.20 329.32 0.56 0.54
Hex CB 46 8A 0 42 20 14 149 38 36
Octal 313 106 212 0 102 40 24 511 70 66
Binary 11001011 1000110 10001010 0 1000010 100000 10100 101001001 111000 110110

Color Harmonies of #CB468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB468A

Black with #CB468A

Text Example


Text Example

White with #CB468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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