Html Css Color HEX #CB437D Mulberry

📋 copy color: '#CB437D'

red 203 ◦ green 67 ◦ blue 125

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

Shades of Mulberry #CB437D

Tints of Mulberry #CB437D

RGB

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

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

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

R = 51.39%
G = 16.96%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB437D (or 0xCB437D) is known color: Mulberry. HEX triplet: CB, 43 and 7D. RGB value is (203,67,125). Sum of RGB (Red+Green+Blue) = 203+67+125=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB437D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB437D is #34BC82. Grayscale: #727272. Windows color (decimal): -3456131 or 8209355. OLE color: 8209355.

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

Color convert

RGB 203 67 125 -
CMYK 0 0.67 0.38 0.20
HSL 334.41º 0.57% 0.53% -
HSV(B) 334.41º 0.67% 0.8% -
XYZ 30.34 18.19 21.31 -
YUV 114.28 134.06 191.28 -
System Red Green Blue C M Y K H S L
Decimal 203 67 125 0 0.67 0.38 0.20 334.41 0.57 0.53
Hex CB 43 7D 0 43 26 14 14E 39 35
Octal 313 103 175 0 103 46 24 516 71 65
Binary 11001011 1000011 1111101 0 1000011 100110 10100 101001110 111001 110101

Color Harmonies of #CB437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB437D

Black with #CB437D

Text Example


Text Example

White with #CB437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB437D; }

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

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

background-color css

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

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

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

border-color css

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

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

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