#C0754B

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

Shades of Red Damask #C0754B

Tints of Red Damask #C0754B

Color information

#C0754B (or 0xC0754B) is unknown color: approx Red Damask. HEX triplet: C0, 75 and 4B. RGB value is (192,117,75). Sum of RGB (Red+Green+Blue) = 192+117+75=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0754B is #3F8AB4. Grayscale: #868686. Windows color (decimal): -4164277 or 4945344. OLE color: 4945344.

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

Color convert

RGB19211775-
CMYK00.390.610.25
HSL21.54º48.15%52.35%-
HSV(B)21.54º60.94%75.29%-
XYZ29.3724.449.83-
YUV134.6494.35168.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50%
GREEN value IS 117 (46.09% from 255) = 30.47%
BLUE value IS 75 (29.69% from 255) = 19.53%
R=50%
G=30.47%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921177500.390.610.2521.5448.1552.35
HexC0754B0273D19163034
Octal3001651130477531266064
Binary110000001110101100101101001111111011100110110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0754B; }

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

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

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

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

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

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

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

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