#CB4B4C

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

Shades of Mandy #CB4B4C

Tints of Mandy #CB4B4C

Color information

#CB4B4C (or 0xCB4B4C) is unknown color: approx Mandy. HEX triplet: CB, 4B and 4C. RGB value is (203,75,76). Sum of RGB (Red+Green+Blue) = 203+75+76=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4B4C is #34B4B3. Grayscale: #717171. Windows color (decimal): -3454132 or 5000139. OLE color: 5000139.

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

Color convert

RGB2037576-
CMYK00.630.630.20
HSL359.53º55.17%54.51%-
HSV(B)359.53º63.05%79.61%-
XYZ28.4518.258.86-
YUV113.39106.91191.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.34%
GREEN value IS 75 (29.69% from 255) = 21.19%
BLUE value IS 76 (30.08% from 255) = 21.47%
R=57.34%
G=21.19%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203757600.630.630.20359.5355.1754.51
HexCB4B4C03F3F141683737
Octal31311311407777245506767
Binary1100101110010111001100011111111111110100101101000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4B4C; }

 p { color: rgb(203,75,76); }

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

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

 a { background-color: rgb(203,75,76); }

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

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

 span { border-color: rgb(203,75,76); }

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