#CB485C

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

Shades of Mandy #CB485C

Tints of Mandy #CB485C

Color information

#CB485C (or 0xCB485C) is unknown color: approx Mandy. HEX triplet: CB, 48 and 5C. RGB value is (203,72,92). Sum of RGB (Red+Green+Blue) = 203+72+92=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB485C is #34B7A3. Grayscale: #717171. Windows color (decimal): -3454884 or 6047947. OLE color: 6047947.

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

Color convert

RGB2037292-
CMYK00.650.550.20
HSL350.84º55.74%53.92%-
HSV(B)350.84º64.53%79.61%-
XYZ28.8818.112.1-
YUV113.45115.9191.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.31%
GREEN value IS 72 (28.52% from 255) = 19.62%
BLUE value IS 92 (36.33% from 255) = 25.07%
R=55.31%
G=19.62%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203729200.650.550.20350.8455.7453.92
HexCB485C041371415f3836
Octal313110134010167245377066
Binary11001011100100010111000100000111011110100101011111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB485C; }

 p { color: rgb(203,72,92); }

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

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

 a { background-color: rgb(203,72,92); }

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

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

 span { border-color: rgb(203,72,92); }

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