#CB7144

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

Shades of Red Damask #CB7144

Tints of Red Damask #CB7144

Color information

#CB7144 (or 0xCB7144) is unknown color: approx Red Damask. HEX triplet: CB, 71 and 44. RGB value is (203,113,68). Sum of RGB (Red+Green+Blue) = 203+113+68=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7144 is #348EBB. Grayscale: #878787. Windows color (decimal): -3444412 or 4485579. OLE color: 4485579.

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

Color convert

RGB20311368-
CMYK00.440.670.20
HSL20º56.49%53.14%-
HSV(B)20º66.5%79.61%-
XYZ31.5824.928.62-
YUV134.7890.32176.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.86%
GREEN value IS 113 (44.53% from 255) = 29.43%
BLUE value IS 68 (26.95% from 255) = 17.71%
R=52.86%
G=29.43%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031136800.440.670.202056.4953.14
HexCB714402C4314143835
Octal31316110405410324247065
Binary1100101111100011000100010110010000111010010100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7144; }

 p { color: rgb(203,113,68); }

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

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

 a { background-color: rgb(203,113,68); }

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

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

 span { border-color: rgb(203,113,68); }

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