Html Css Color HEX #CB599B Mulberry

📋 copy color: '#CB599B'

red 203 ◦ green 89 ◦ blue 155

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

Shades of Mulberry #CB599B

Tints of Mulberry #CB599B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.68%

R = 45.41%
G = 19.91%
B = 34.68%

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

#CB599B (or 0xCB599B) is known color: Mulberry. HEX triplet: CB, 59 and 9B. RGB value is (203,89,155). Sum of RGB (Red+Green+Blue) = 203+89+155=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB599B is #34A664. Grayscale: #828282. Windows color (decimal): -3450469 or 10181067. OLE color: 10181067.

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

Color convert

RGB 203 89 155 -
CMYK 0 0.56 0.24 0.20
HSL 325.26º 0.52% 0.57% -
HSV(B) 325.26º 0.56% 0.8% -
XYZ 34.12 22.21 33.5 -
YUV 130.61 141.77 179.63 -
System Red Green Blue C M Y K H S L
Decimal 203 89 155 0 0.56 0.24 0.20 325.26 0.52 0.57
Hex CB 59 9B 0 38 18 14 145 34 39
Octal 313 131 233 0 70 30 24 505 64 71
Binary 11001011 1011001 10011011 0 111000 11000 10100 101000101 110100 111001

Color Harmonies of #CB599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB599B

Black with #CB599B

Text Example


Text Example

White with #CB599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB599B; }

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

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

background-color css

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

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

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

border-color css

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

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

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