Html Css Color HEX #CB438A Mulberry

📋 copy color: '#CB438A'

red 203 ◦ green 67 ◦ blue 138

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

Shades of Mulberry #CB438A

Tints of Mulberry #CB438A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.42%

 BLUE value IS 138 (54.3% from 255) = 33.82%

R = 49.75%
G = 16.42%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB438A (or 0xCB438A) is known color: Mulberry. HEX triplet: CB, 43 and 8A. RGB value is (203,67,138). Sum of RGB (Red+Green+Blue) = 203+67+138=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB438A is #34BC75. Grayscale: #737373. Windows color (decimal): -3456118 or 9061323. OLE color: 9061323.

HSL color Cylindrical-coordinate representation of color #CB438A: hue angle of 328.68º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB438A is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 67 138 -
CMYK 0 0.67 0.32 0.20
HSL 328.68º 0.57% 0.53% -
HSV(B) 328.68º 0.67% 0.8% -
XYZ 31.22 18.55 25.98 -
YUV 115.76 140.56 190.23 -
System Red Green Blue C M Y K H S L
Decimal 203 67 138 0 0.67 0.32 0.20 328.68 0.57 0.53
Hex CB 43 8A 0 43 20 14 149 39 35
Octal 313 103 212 0 103 40 24 511 71 65
Binary 11001011 1000011 10001010 0 1000011 100000 10100 101001001 111001 110101

Color Harmonies of #CB438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB438A

Black with #CB438A

Text Example


Text Example

White with #CB438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB438A; }

 p { color: rgb(203,67,138); }

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

background-color css

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

 a { background-color: rgb(203,67,138); }

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

border-color css

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

 span { border-color: rgb(203,67,138); }

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