#CC734D

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

Shades of Red Damask #CC734D

Tints of Red Damask #CC734D

Color information

#CC734D (or 0xCC734D) is unknown color: approx Red Damask. HEX triplet: CC, 73 and 4D. RGB value is (204,115,77). Sum of RGB (Red+Green+Blue) = 204+115+77=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC734D is #338CB2. Grayscale: #898989. Windows color (decimal): -3378355 or 5075916. OLE color: 5075916.

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

Color convert

RGB20411577-
CMYK00.440.620.2
HSL17.95º55.46%55.1%-
HSV(B)17.95º62.25%80%-
XYZ32.3725.6310.26-
YUV137.2893.99175.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.52%
GREEN value IS 115 (45.31% from 255) = 29.04%
BLUE value IS 77 (30.47% from 255) = 19.44%
R=51.52%
G=29.04%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041157700.440.620.217.9555.4655.1
HexCC734D02C3E14123737
Octal3141631150547624226767
Binary110011001110011100110101011001111101010010010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC734D; }

 p { color: rgb(204,115,77); }

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

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

 a { background-color: rgb(204,115,77); }

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

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

 span { border-color: rgb(204,115,77); }

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