Html Css Color HEX #CB5CA9 Mulberry

📋 copy color: '#CB5CA9'

red 203 ◦ green 92 ◦ blue 169

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

Shades of Mulberry #CB5CA9

Tints of Mulberry #CB5CA9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.83%

 BLUE value IS 169 (66.41% from 255) = 36.42%

R = 43.75%
G = 19.83%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CB5CA9 (or 0xCB5CA9) is known color: Mulberry. HEX triplet: CB, 5C and A9. RGB value is (203,92,169). Sum of RGB (Red+Green+Blue) = 203+92+169=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5CA9 is #34A356. Grayscale: #858585. Windows color (decimal): -3449687 or 11099339. OLE color: 11099339.

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

Color convert

RGB 203 92 169 -
CMYK 0 0.55 0.17 0.20
HSL 318.38º 0.52% 0.58% -
HSV(B) 318.38º 0.55% 0.8% -
XYZ 35.62 23.22 40.14 -
YUV 133.97 147.77 177.24 -
System Red Green Blue C M Y K H S L
Decimal 203 92 169 0 0.55 0.17 0.20 318.38 0.52 0.58
Hex CB 5C A9 0 37 11 14 13E 34 3A
Octal 313 134 251 0 67 21 24 476 64 72
Binary 11001011 1011100 10101001 0 110111 10001 10100 100111110 110100 111010

Color Harmonies of #CB5CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5CA9

Black with #CB5CA9

Text Example


Text Example

White with #CB5CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5CA9; }

 p { color: rgb(203,92,169); }

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

background-color css

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

 a { background-color: rgb(203,92,169); }

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

border-color css

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

 span { border-color: rgb(203,92,169); }

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