#CC754F

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

Shades of Red Damask #CC754F

Tints of Red Damask #CC754F

Color information

#CC754F (or 0xCC754F) is unknown color: approx Red Damask. HEX triplet: CC, 75 and 4F. RGB value is (204,117,79). Sum of RGB (Red+Green+Blue) = 204+117+79=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC754F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC754F is #338AB0. Grayscale: #8A8A8A. Windows color (decimal): -3377841 or 5207500. OLE color: 5207500.

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

Color convert

RGB20411779-
CMYK00.430.610.2
HSL18.24º55.07%55.49%-
HSV(B)18.24º61.27%80%-
XYZ32.6726.1210.72-
YUV138.6894.32174.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51%
GREEN value IS 117 (46.09% from 255) = 29.25%
BLUE value IS 79 (31.25% from 255) = 19.75%
R=51%
G=29.25%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041177900.430.610.218.2455.0755.49
HexCC754F02B3D14123737
Octal3141651170537524226767
Binary110011001110101100111101010111111011010010010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC754F; }

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

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

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

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

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

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

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

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