Html Css Color HEX #CB4A7E Mulberry

📋 copy color: '#CB4A7E'

red 203 ◦ green 74 ◦ blue 126

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

Shades of Mulberry #CB4A7E

Tints of Mulberry #CB4A7E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.36%

 BLUE value IS 126 (49.61% from 255) = 31.27%

R = 50.37%
G = 18.36%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB4A7E (or 0xCB4A7E) is known color: Mulberry. HEX triplet: CB, 4A and 7E. RGB value is (203,74,126). Sum of RGB (Red+Green+Blue) = 203+74+126=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4A7E is #34B581. Grayscale: #767676. Windows color (decimal): -3454338 or 8276683. OLE color: 8276683.

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

Color convert

RGB 203 74 126 -
CMYK 0 0.64 0.38 0.20
HSL 335.81º 0.55% 0.54% -
HSV(B) 335.81º 0.64% 0.8% -
XYZ 30.84 19.1 21.8 -
YUV 118.5 132.24 188.27 -
System Red Green Blue C M Y K H S L
Decimal 203 74 126 0 0.64 0.38 0.20 335.81 0.55 0.54
Hex CB 4A 7E 0 40 26 14 150 37 36
Octal 313 112 176 0 100 46 24 520 67 66
Binary 11001011 1001010 1111110 0 1000000 100110 10100 101010000 110111 110110

Color Harmonies of #CB4A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4A7E

Black with #CB4A7E

Text Example


Text Example

White with #CB4A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4A7E; }

 p { color: rgb(203,74,126); }

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

background-color css

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

 a { background-color: rgb(203,74,126); }

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

border-color css

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

 span { border-color: rgb(203,74,126); }

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