#CD764E

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

Shades of Red Damask #CD764E

Tints of Red Damask #CD764E

Color information

#CD764E (or 0xCD764E) is unknown color: approx Red Damask. HEX triplet: CD, 76 and 4E. RGB value is (205,118,78). Sum of RGB (Red+Green+Blue) = 205+118+78=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD764E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD764E is #3289B1. Grayscale: #8B8B8B. Windows color (decimal): -3312050 or 5142221. OLE color: 5142221.

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

Color convert

RGB20511878-
CMYK00.420.620.20
HSL18.9º55.95%55.49%-
HSV(B)18.9º61.95%80.39%-
XYZ33.0326.4910.58-
YUV139.4593.32174.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.12%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 78 (30.86% from 255) = 19.45%
R=51.12%
G=29.43%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051187800.420.620.2018.955.9555.49
HexCD764E02A3E14133837
Octal3151661160527624237067
Binary110011011110110100111001010101111101010010011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD764E; }

 p { color: rgb(205,118,78); }

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

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

 a { background-color: rgb(205,118,78); }

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

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

 span { border-color: rgb(205,118,78); }

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