#CB794E

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

Shades of Red Damask #CB794E

Tints of Red Damask #CB794E

Color information

#CB794E (or 0xCB794E) is unknown color: approx Red Damask. HEX triplet: CB, 79 and 4E. RGB value is (203,121,78). Sum of RGB (Red+Green+Blue) = 203+121+78=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB794E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB794E is #3486B1. Grayscale: #8C8C8C. Windows color (decimal): -3442354 or 5142987. OLE color: 5142987.

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

Color convert

RGB20312178-
CMYK00.400.620.20
HSL20.64º54.59%55.1%-
HSV(B)20.64º61.58%79.61%-
XYZ32.8426.9210.67-
YUV140.6292.67172.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.50%
GREEN value IS 121 (47.66% from 255) = 30.10%
BLUE value IS 78 (30.86% from 255) = 19.40%
R=50.50%
G=30.10%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031217800.400.620.2020.6454.5955.1
HexCB794E0283E14153737
Octal3131711160507624256767
Binary110010111111001100111001010001111101010010101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB794E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB794E; }

 p { color: rgb(203,121,78); }

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

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

 a { background-color: rgb(203,121,78); }

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

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

 span { border-color: rgb(203,121,78); }

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