#CB455A

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

Shades of Mandy #CB455A

Tints of Mandy #CB455A

Color information

#CB455A (or 0xCB455A) is unknown color: approx Mandy. HEX triplet: CB, 45 and 5A. RGB value is (203,69,90). Sum of RGB (Red+Green+Blue) = 203+69+90=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB455A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB455A is #34BAA5. Grayscale: #6F6F6F. Windows color (decimal): -3455654 or 5916107. OLE color: 5916107.

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

Color convert

RGB2036990-
CMYK00.660.560.20
HSL350.6º56.3%53.33%-
HSV(B)350.6º66.01%79.61%-
XYZ28.617.6911.58-
YUV111.46115.89193.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.08%
GREEN value IS 69 (27.34% from 255) = 19.06%
BLUE value IS 90 (35.55% from 255) = 24.86%
R=56.08%
G=19.06%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203699000.660.560.20350.656.353.33
HexCB455A042381415f3835
Octal313105132010270245377065
Binary11001011100010110110100100001011100010100101011111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB455A; }

 p { color: rgb(203,69,90); }

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

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

 a { background-color: rgb(203,69,90); }

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

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

 span { border-color: rgb(203,69,90); }

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