#CB7249

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

Shades of Red Damask #CB7249

Tints of Red Damask #CB7249

Color information

#CB7249 (or 0xCB7249) is unknown color: approx Red Damask. HEX triplet: CB, 72 and 49. RGB value is (203,114,73). Sum of RGB (Red+Green+Blue) = 203+114+73=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7249 is #348DB6. Grayscale: #888888. Windows color (decimal): -3444151 or 4813515. OLE color: 4813515.

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

Color convert

RGB20311473-
CMYK00.440.640.20
HSL18.92º55.56%54.12%-
HSV(B)18.92º64.04%79.61%-
XYZ31.8525.219.49-
YUV135.9492.49175.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.05%
GREEN value IS 114 (44.92% from 255) = 29.23%
BLUE value IS 73 (28.91% from 255) = 18.72%
R=52.05%
G=29.23%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031147300.440.640.2018.9255.5654.12
HexCB724902C4014133836
Octal31316211105410024237066
Binary1100101111100101001001010110010000001010010011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7249; }

 p { color: rgb(203,114,73); }

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

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

 a { background-color: rgb(203,114,73); }

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

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

 span { border-color: rgb(203,114,73); }

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