#CB7050

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

Shades of Red Damask #CB7050

Tints of Red Damask #CB7050

Color information

#CB7050 (or 0xCB7050) is unknown color: approx Red Damask. HEX triplet: CB, 70 and 50. RGB value is (203,112,80). Sum of RGB (Red+Green+Blue) = 203+112+80=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7050 is #348FAF. Grayscale: #878787. Windows color (decimal): -3444656 or 5271755. OLE color: 5271755.

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

Color convert

RGB20311280-
CMYK00.450.610.20
HSL15.61º54.19%55.49%-
HSV(B)15.61º60.59%79.61%-
XYZ31.8724.8610.71-
YUV135.5696.65176.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.39%
GREEN value IS 112 (44.14% from 255) = 28.35%
BLUE value IS 80 (31.64% from 255) = 20.25%
R=51.39%
G=28.35%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031128000.450.610.2015.6154.1955.49
HexCB705002D3D14103637
Octal3131601200557524206667
Binary110010111110000101000001011011111011010010000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7050; }

 p { color: rgb(203,112,80); }

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

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

 a { background-color: rgb(203,112,80); }

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

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

 span { border-color: rgb(203,112,80); }

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