#CC754A

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

Shades of Red Damask #CC754A

Tints of Red Damask #CC754A

Color information

#CC754A (or 0xCC754A) is unknown color: approx Red Damask. HEX triplet: CC, 75 and 4A. RGB value is (204,117,74). Sum of RGB (Red+Green+Blue) = 204+117+74=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC754A is #338AB5. Grayscale: #8A8A8A. Windows color (decimal): -3377846 or 4879820. OLE color: 4879820.

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

Color convert

RGB20411774-
CMYK00.430.640.2
HSL19.85º56.03%54.51%-
HSV(B)19.85º63.73%80%-
XYZ32.526.059.79-
YUV138.1191.82175-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.65%
GREEN value IS 117 (46.09% from 255) = 29.62%
BLUE value IS 74 (29.30% from 255) = 18.73%
R=51.65%
G=29.62%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041177400.430.640.219.8556.0354.51
HexCC754A02B4014143837
Octal31416511205310024247067
Binary1100110011101011001010010101110000001010010100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC754A; }

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

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

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

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

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

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

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

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