Html Css Color HEX #CB599A Mulberry

📋 copy color: '#CB599A'

red 203 ◦ green 89 ◦ blue 154

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

Shades of Mulberry #CB599A

Tints of Mulberry #CB599A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.96%

 BLUE value IS 154 (60.55% from 255) = 34.53%

R = 45.52%
G = 19.96%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB599A (or 0xCB599A) is known color: Mulberry. HEX triplet: CB, 59 and 9A. RGB value is (203,89,154). Sum of RGB (Red+Green+Blue) = 203+89+154=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB599A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB599A is #34A665. Grayscale: #828282. Windows color (decimal): -3450470 or 10115531. OLE color: 10115531.

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

Color convert

RGB 203 89 154 -
CMYK 0 0.56 0.24 0.20
HSL 325.79º 0.52% 0.57% -
HSV(B) 325.79º 0.56% 0.8% -
XYZ 34.03 22.17 33.06 -
YUV 130.5 141.27 179.71 -
System Red Green Blue C M Y K H S L
Decimal 203 89 154 0 0.56 0.24 0.20 325.79 0.52 0.57
Hex CB 59 9A 0 38 18 14 146 34 39
Octal 313 131 232 0 70 30 24 506 64 71
Binary 11001011 1011001 10011010 0 111000 11000 10100 101000110 110100 111001

Color Harmonies of #CB599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB599A

Black with #CB599A

Text Example


Text Example

White with #CB599A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB599A; }

 p { color: rgb(203,89,154); }

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

background-color css

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

 a { background-color: rgb(203,89,154); }

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

border-color css

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

 span { border-color: rgb(203,89,154); }

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