#C7754F

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

Shades of Red Damask #C7754F

Tints of Red Damask #C7754F

Color information

#C7754F (or 0xC7754F) is unknown color: approx Red Damask. HEX triplet: C7, 75 and 4F. RGB value is (199,117,79). Sum of RGB (Red+Green+Blue) = 199+117+79=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C7754F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7754F is #388AB0. Grayscale: #898989. Windows color (decimal): -3705521 or 5207495. OLE color: 5207495.

HSL color Cylindrical-coordinate representation of color #C7754F: hue angle of 19º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7754F is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB19911779-
CMYK00.410.600.22
HSL19º51.72%54.51%-
HSV(B)19º60.3%78.04%-
XYZ31.3325.4310.65-
YUV137.1995.17172.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.38%
GREEN value IS 117 (46.09% from 255) = 29.62%
BLUE value IS 79 (31.25% from 255) = 20%
R=50.38%
G=29.62%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991177900.410.600.221951.7254.51
HexC7754F0293C16133437
Octal3071651170517426236467
Binary110001111110101100111101010011111001011010011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7754F; }

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

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

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

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

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

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

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

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