#CB445B

Color #CB445B Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #CB445B

Tints of Mandy #CB445B

Color information

#CB445B (or 0xCB445B) is unknown color: approx Mandy. HEX triplet: CB, 44 and 5B. RGB value is (203,68,91). Sum of RGB (Red+Green+Blue) = 203+68+91=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB445B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB445B is #34BBA4. Grayscale: #6F6F6F. Windows color (decimal): -3455909 or 5981387. OLE color: 5981387.

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

Color convert

RGB2036891-
CMYK00.670.550.20
HSL349.78º56.49%53.14%-
HSV(B)349.78º66.5%79.61%-
XYZ28.5817.5911.79-
YUV110.99116.73193.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.08%
GREEN value IS 68 (26.95% from 255) = 18.78%
BLUE value IS 91 (35.94% from 255) = 25.14%
R=56.08%
G=18.78%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203689100.670.550.20349.7856.4953.14
HexCB445B043371415e3835
Octal313104133010367245367065
Binary11001011100010010110110100001111011110100101011110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB445B; }

 p { color: rgb(203,68,91); }

 H1.HeaderClassName
 {
   color: #CB445B;
 }
 .AnyTagClassName
 {
   color: #CB445B;
 }
</style>
background-color css

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

 a { background-color: rgb(203,68,91); }

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

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

 span { border-color: rgb(203,68,91); }

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