#CB4051

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

Shades of Mandy #CB4051

Tints of Mandy #CB4051

Color information

#CB4051 (or 0xCB4051) is unknown color: approx Mandy. HEX triplet: CB, 40 and 51. RGB value is (203,64,81). Sum of RGB (Red+Green+Blue) = 203+64+81=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4051 is #34BFAE. Grayscale: #6B6B6B. Windows color (decimal): -3456943 or 5325003. OLE color: 5325003.

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

Color convert

RGB2036481-
CMYK00.680.600.20
HSL352.66º57.2%52.35%-
HSV(B)352.66º68.47%79.61%-
XYZ27.9516.969.58-
YUV107.5113.05196.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.33%
GREEN value IS 64 (25.39% from 255) = 18.39%
BLUE value IS 81 (32.03% from 255) = 23.28%
R=58.33%
G=18.39%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203648100.680.600.20352.6657.252.35
HexCB40510443C141613934
Octal313100121010474245417164
Binary11001011100000010100010100010011110010100101100001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4051; }

 p { color: rgb(203,64,81); }

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

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

 a { background-color: rgb(203,64,81); }

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

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

 span { border-color: rgb(203,64,81); }

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