Html Css Color HEX #CB438B Mulberry

📋 copy color: '#CB438B'

red 203 ◦ green 67 ◦ blue 139

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

Shades of Mulberry #CB438B

Tints of Mulberry #CB438B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.99%

R = 49.63%
G = 16.38%
B = 33.99%

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

#CB438B (or 0xCB438B) is known color: Mulberry. HEX triplet: CB, 43 and 8B. RGB value is (203,67,139). Sum of RGB (Red+Green+Blue) = 203+67+139=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB438B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB438B is #34BC74. Grayscale: #737373. Windows color (decimal): -3456117 or 9126859. OLE color: 9126859.

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

Color convert

RGB 203 67 139 -
CMYK 0 0.67 0.32 0.20
HSL 328.24º 0.57% 0.53% -
HSV(B) 328.24º 0.67% 0.8% -
XYZ 31.3 18.57 26.36 -
YUV 115.87 141.06 190.15 -
System Red Green Blue C M Y K H S L
Decimal 203 67 139 0 0.67 0.32 0.20 328.24 0.57 0.53
Hex CB 43 8B 0 43 20 14 148 39 35
Octal 313 103 213 0 103 40 24 510 71 65
Binary 11001011 1000011 10001011 0 1000011 100000 10100 101001000 111001 110101

Color Harmonies of #CB438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB438B

Black with #CB438B

Text Example


Text Example

White with #CB438B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB438B; }

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

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

background-color css

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

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

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

border-color css

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

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

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