Html Css Color HEX #CB598A Mulberry

📋 copy color: '#CB598A'

red 203 ◦ green 89 ◦ blue 138

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

Shades of Mulberry #CB598A

Tints of Mulberry #CB598A

RGB

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

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

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

R = 47.21%
G = 20.7%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB598A (or 0xCB598A) is known color: Mulberry. HEX triplet: CB, 59 and 8A. RGB value is (203,89,138). Sum of RGB (Red+Green+Blue) = 203+89+138=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB598A is #34A675. Grayscale: #808080. Windows color (decimal): -3450486 or 9066955. OLE color: 9066955.

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

Color convert

RGB 203 89 138 -
CMYK 0 0.56 0.32 0.20
HSL 334.21º 0.52% 0.57% -
HSV(B) 334.21º 0.56% 0.8% -
XYZ 32.79 21.68 26.5 -
YUV 128.67 133.27 181.02 -
System Red Green Blue C M Y K H S L
Decimal 203 89 138 0 0.56 0.32 0.20 334.21 0.52 0.57
Hex CB 59 8A 0 38 20 14 14E 34 39
Octal 313 131 212 0 70 40 24 516 64 71
Binary 11001011 1011001 10001010 0 111000 100000 10100 101001110 110100 111001

Color Harmonies of #CB598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB598A

Black with #CB598A

Text Example


Text Example

White with #CB598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB598A; }

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

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

background-color css

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

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

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

border-color css

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

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

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