Html Css Color HEX #CB469D Mulberry

📋 copy color: '#CB469D'

red 203 ◦ green 70 ◦ blue 157

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

Shades of Mulberry #CB469D

Tints of Mulberry #CB469D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 47.21%
G = 16.28%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CB469D (or 0xCB469D) is known color: Mulberry. HEX triplet: CB, 46 and 9D. RGB value is (203,70,157). Sum of RGB (Red+Green+Blue) = 203+70+157=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB469D is #34B962. Grayscale: #777777. Windows color (decimal): -3455331 or 10307275. OLE color: 10307275.

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

Color convert

RGB 203 70 157 -
CMYK 0 0.66 0.23 0.20
HSL 320.75º 0.56% 0.54% -
HSV(B) 320.75º 0.66% 0.8% -
XYZ 32.9 19.51 33.93 -
YUV 119.69 149.06 187.43 -
System Red Green Blue C M Y K H S L
Decimal 203 70 157 0 0.66 0.23 0.20 320.75 0.56 0.54
Hex CB 46 9D 0 42 17 14 141 38 36
Octal 313 106 235 0 102 27 24 501 70 66
Binary 11001011 1000110 10011101 0 1000010 10111 10100 101000001 111000 110110

Color Harmonies of #CB469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB469D

Black with #CB469D

Text Example


Text Example

White with #CB469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB469D; }

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

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

background-color css

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

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

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

border-color css

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

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

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