Html Css Color HEX #CB5382 Mulberry

📋 copy color: '#CB5382'

red 203 ◦ green 83 ◦ blue 130

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

Shades of Mulberry #CB5382

Tints of Mulberry #CB5382

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.95%

 BLUE value IS 130 (51.17% from 255) = 31.25%

R = 48.8%
G = 19.95%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB5382 (or 0xCB5382) is known color: Mulberry. HEX triplet: CB, 53 and 82. RGB value is (203,83,130). Sum of RGB (Red+Green+Blue) = 203+83+130=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5382 is #34AC7D. Grayscale: #7C7C7C. Windows color (decimal): -3452030 or 8541131. OLE color: 8541131.

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

Color convert

RGB 203 83 130 -
CMYK 0 0.59 0.36 0.20
HSL 336.5º 0.54% 0.56% -
HSV(B) 336.5º 0.59% 0.8% -
XYZ 31.75 20.49 23.4 -
YUV 124.24 131.26 184.18 -
System Red Green Blue C M Y K H S L
Decimal 203 83 130 0 0.59 0.36 0.20 336.5 0.54 0.56
Hex CB 53 82 0 3B 24 14 150 36 38
Octal 313 123 202 0 73 44 24 520 66 70
Binary 11001011 1010011 10000010 0 111011 100100 10100 101010000 110110 111000

Color Harmonies of #CB5382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5382

Black with #CB5382

Text Example


Text Example

White with #CB5382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5382; }

 p { color: rgb(203,83,130); }

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

background-color css

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

 a { background-color: rgb(203,83,130); }

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

border-color css

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

 span { border-color: rgb(203,83,130); }

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