#CB784E

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

Shades of Red Damask #CB784E

Tints of Red Damask #CB784E

Color information

#CB784E (or 0xCB784E) is unknown color: approx Red Damask. HEX triplet: CB, 78 and 4E. RGB value is (203,120,78). Sum of RGB (Red+Green+Blue) = 203+120+78=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB784E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB784E is #3487B1. Grayscale: #8C8C8C. Windows color (decimal): -3442610 or 5142731. OLE color: 5142731.

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

Color convert

RGB20312078-
CMYK00.410.620.20
HSL20.16º54.59%55.1%-
HSV(B)20.16º61.58%79.61%-
XYZ32.7226.6810.63-
YUV140.0393172.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.62%
GREEN value IS 120 (47.27% from 255) = 29.93%
BLUE value IS 78 (30.86% from 255) = 19.45%
R=50.62%
G=29.93%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031207800.410.620.2020.1654.5955.1
HexCB784E0293E14143737
Octal3131701160517624246767
Binary110010111111000100111001010011111101010010100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB784E; }

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

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

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

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

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

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

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

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