Html Css Color HEX #CB4195 Mulberry

📋 copy color: '#CB4195'

red 203 ◦ green 65 ◦ blue 149

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

Shades of Mulberry #CB4195

Tints of Mulberry #CB4195

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.59%

 BLUE value IS 149 (58.59% from 255) = 35.73%

R = 48.68%
G = 15.59%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB4195 (or 0xCB4195) is known color: Mulberry. HEX triplet: CB, 41 and 95. RGB value is (203,65,149). Sum of RGB (Red+Green+Blue) = 203+65+149=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4195 is #34BE6A. Grayscale: #737373. Windows color (decimal): -3456619 or 9781707. OLE color: 9781707.

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

Color convert

RGB 203 65 149 -
CMYK 0 0.68 0.27 0.20
HSL 323.48º 0.57% 0.53% -
HSV(B) 323.48º 0.68% 0.8% -
XYZ 31.94 18.65 30.35 -
YUV 115.84 146.72 190.17 -
System Red Green Blue C M Y K H S L
Decimal 203 65 149 0 0.68 0.27 0.20 323.48 0.57 0.53
Hex CB 41 95 0 44 1B 14 143 39 35
Octal 313 101 225 0 104 33 24 503 71 65
Binary 11001011 1000001 10010101 0 1000100 11011 10100 101000011 111001 110101

Color Harmonies of #CB4195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4195

Black with #CB4195

Text Example


Text Example

White with #CB4195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4195; }

 p { color: rgb(203,65,149); }

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

background-color css

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

 a { background-color: rgb(203,65,149); }

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

border-color css

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

 span { border-color: rgb(203,65,149); }

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