#CB764C

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

Shades of Red Damask #CB764C

Tints of Red Damask #CB764C

Color information

#CB764C (or 0xCB764C) is unknown color: approx Red Damask. HEX triplet: CB, 76 and 4C. RGB value is (203,118,76). Sum of RGB (Red+Green+Blue) = 203+118+76=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB764C is #3489B3. Grayscale: #8A8A8A. Windows color (decimal): -3443124 or 5011147. OLE color: 5011147.

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

Color convert

RGB20311876-
CMYK00.420.630.20
HSL19.84º54.98%54.71%-
HSV(B)19.84º62.56%79.61%-
XYZ32.4126.1810.18-
YUV138.6392.66173.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.13%
GREEN value IS 118 (46.48% from 255) = 29.72%
BLUE value IS 76 (30.08% from 255) = 19.14%
R=51.13%
G=29.72%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031187600.420.630.2019.8454.9854.71
HexCB764C02A3F14143737
Octal3131661140527724246767
Binary110010111110110100110001010101111111010010100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB764C; }

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

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

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

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

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

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

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

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