#CC774A

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

Shades of Red Damask #CC774A

Tints of Red Damask #CC774A

Color information

#CC774A (or 0xCC774A) is unknown color: approx Red Damask. HEX triplet: CC, 77 and 4A. RGB value is (204,119,74). Sum of RGB (Red+Green+Blue) = 204+119+74=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC774A is #3388B5. Grayscale: #8B8B8B. Windows color (decimal): -3377334 or 4880332. OLE color: 4880332.

HSL color Cylindrical-coordinate representation of color #CC774A: hue angle of 20.77º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC774A is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20411974-
CMYK00.420.640.2
HSL20.77º56.03%54.51%-
HSV(B)20.77º63.73%80%-
XYZ32.7326.539.87-
YUV139.2891.16174.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.39%
GREEN value IS 119 (46.88% from 255) = 29.97%
BLUE value IS 74 (29.30% from 255) = 18.64%
R=51.39%
G=29.97%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041197400.420.640.220.7756.0354.51
HexCC774A02A4014153837
Octal31416711205210024257067
Binary1100110011101111001010010101010000001010010101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC774A; }

 p { color: rgb(204,119,74); }

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

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

 a { background-color: rgb(204,119,74); }

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

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

 span { border-color: rgb(204,119,74); }

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