#cb734c

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

Shades of Red Damask #CB734C

Tints of Red Damask #CB734C

Color information

#CB734C (or 0xCB734C) is unknown color: approx Red Damask. HEX triplet: CB, 73 and 4C. RGB value is (203,115,76). Sum of RGB (Red+Green+Blue) = 203+115+76=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB734C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB734C is #348CB3. Grayscale: #898989. Windows color (decimal): -3443892 or 5010379. OLE color: 5010379.

HSL color Cylindrical-coordinate representation of color #CB734C: hue angle of 18.43º 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 #CB734C is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB20311576-
CMYK00.430.630.20
HSL18.43º54.98%54.71%-
HSV(B)18.43º62.56%79.61%-
XYZ32.0625.4810.07-
YUV136.8793.65175.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.52%
GREEN value IS 115 (45.31% from 255) = 29.19%
BLUE value IS 76 (30.08% from 255) = 19.29%
R=51.52%
G=29.19%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031157600.430.630.2018.4354.9854.71
HexCB734C02B3F14123737
Octal3131631140537724226767
Binary110010111110011100110001010111111111010010010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb734c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb734c; }

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

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

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

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

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

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

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

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