Html Css Color HEX #CB467D Mulberry

📋 copy color: '#CB467D'

red 203 ◦ green 70 ◦ blue 125

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

Shades of Mulberry #CB467D

Tints of Mulberry #CB467D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.41%

R = 51.01%
G = 17.59%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB467D (or 0xCB467D) is known color: Mulberry. HEX triplet: CB, 46 and 7D. RGB value is (203,70,125). Sum of RGB (Red+Green+Blue) = 203+70+125=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB467D is #34B982. Grayscale: #737373. Windows color (decimal): -3455363 or 8210123. OLE color: 8210123.

HSL color Cylindrical-coordinate representation of color #CB467D: hue angle of 335.19º 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 #CB467D is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 70 125 -
CMYK 0 0.66 0.38 0.20
HSL 335.19º 0.56% 0.54% -
HSV(B) 335.19º 0.66% 0.8% -
XYZ 30.52 18.56 21.38 -
YUV 116.04 133.06 190.03 -
System Red Green Blue C M Y K H S L
Decimal 203 70 125 0 0.66 0.38 0.20 335.19 0.56 0.54
Hex CB 46 7D 0 42 26 14 14F 38 36
Octal 313 106 175 0 102 46 24 517 70 66
Binary 11001011 1000110 1111101 0 1000010 100110 10100 101001111 111000 110110

Color Harmonies of #CB467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB467D

Black with #CB467D

Text Example


Text Example

White with #CB467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB467D; }

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

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

background-color css

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

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

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

border-color css

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

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

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