#c07554

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

Shades of Red Damask #C07554

Tints of Red Damask #C07554

Color information

#C07554 (or 0xC07554) is unknown color: approx Red Damask. HEX triplet: C0, 75 and 54. RGB value is (192,117,84). Sum of RGB (Red+Green+Blue) = 192+117+84=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C07554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07554 is #3F8AAB. Grayscale: #878787. Windows color (decimal): -4164268 or 5535168. OLE color: 5535168.

HSL color Cylindrical-coordinate representation of color #C07554: hue angle of 18.33º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C07554 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB19211784-
CMYK00.390.560.25
HSL18.33º46.15%54.12%-
HSV(B)18.33º56.25%75.29%-
XYZ29.724.5711.56-
YUV135.6698.85168.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.85%
GREEN value IS 117 (46.09% from 255) = 29.77%
BLUE value IS 84 (33.20% from 255) = 21.37%
R=48.85%
G=29.77%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921178400.390.560.2518.3346.1554.12
HexC075540273819122e36
Octal3001651240477031225666
Binary110000001110101101010001001111110001100110010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c07554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c07554; }

 p { color: rgb(192,117,84); }

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

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

 a { background-color: rgb(192,117,84); }

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

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

 span { border-color: rgb(192,117,84); }

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