Html Css Color HEX #CB469B Mulberry

📋 copy color: '#CB469B'

red 203 ◦ green 70 ◦ blue 155

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

Shades of Mulberry #CB469B

Tints of Mulberry #CB469B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.21%

R = 47.43%
G = 16.36%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB469B (or 0xCB469B) is known color: Mulberry. HEX triplet: CB, 46 and 9B. RGB value is (203,70,155). Sum of RGB (Red+Green+Blue) = 203+70+155=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB469B is #34B964. Grayscale: #777777. Windows color (decimal): -3455333 or 10176203. OLE color: 10176203.

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

Color convert

RGB 203 70 155 -
CMYK 0 0.66 0.24 0.20
HSL 321.65º 0.56% 0.54% -
HSV(B) 321.65º 0.66% 0.8% -
XYZ 32.74 19.44 33.04 -
YUV 119.46 148.06 187.59 -
System Red Green Blue C M Y K H S L
Decimal 203 70 155 0 0.66 0.24 0.20 321.65 0.56 0.54
Hex CB 46 9B 0 42 18 14 142 38 36
Octal 313 106 233 0 102 30 24 502 70 66
Binary 11001011 1000110 10011011 0 1000010 11000 10100 101000010 111000 110110

Color Harmonies of #CB469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB469B

Black with #CB469B

Text Example


Text Example

White with #CB469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB469B; }

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

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

background-color css

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

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

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

border-color css

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

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

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