Html Css Color HEX #CB4683 Mulberry

📋 copy color: '#CB4683'

red 203 ◦ green 70 ◦ blue 131

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

Shades of Mulberry #CB4683

Tints of Mulberry #CB4683

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.33%

 BLUE value IS 131 (51.56% from 255) = 32.43%

R = 50.25%
G = 17.33%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CB4683 (or 0xCB4683) is known color: Mulberry. HEX triplet: CB, 46 and 83. RGB value is (203,70,131). Sum of RGB (Red+Green+Blue) = 203+70+131=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4683 is #34B97C. Grayscale: #747474. Windows color (decimal): -3455357 or 8603339. OLE color: 8603339.

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

Color convert

RGB 203 70 131 -
CMYK 0 0.66 0.35 0.20
HSL 332.48º 0.56% 0.54% -
HSV(B) 332.48º 0.66% 0.8% -
XYZ 30.92 18.72 23.46 -
YUV 116.72 136.06 189.54 -
System Red Green Blue C M Y K H S L
Decimal 203 70 131 0 0.66 0.35 0.20 332.48 0.56 0.54
Hex CB 46 83 0 42 23 14 14C 38 36
Octal 313 106 203 0 102 43 24 514 70 66
Binary 11001011 1000110 10000011 0 1000010 100011 10100 101001100 111000 110110

Color Harmonies of #CB4683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4683

Black with #CB4683

Text Example


Text Example

White with #CB4683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4683; }

 p { color: rgb(203,70,131); }

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

background-color css

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

 a { background-color: rgb(203,70,131); }

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

border-color css

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

 span { border-color: rgb(203,70,131); }

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