#C0684D

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

Shades of Red Damask #C0684D

Tints of Red Damask #C0684D

Color information

#C0684D (or 0xC0684D) is unknown color: approx Red Damask. HEX triplet: C0, 68 and 4D. RGB value is (192,104,77). Sum of RGB (Red+Green+Blue) = 192+104+77=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0684D is #3F97B2. Grayscale: #7F7F7F. Windows color (decimal): -4167603 or 5073088. OLE color: 5073088.

HSL color Cylindrical-coordinate representation of color #C0684D: hue angle of 14.09º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0684D is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19210477-
CMYK00.460.600.25
HSL14.09º47.72%52.75%-
HSV(B)14.09º59.9%75.29%-
XYZ28.0321.649.72-
YUV127.2399.65174.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.47%
GREEN value IS 104 (41.02% from 255) = 27.88%
BLUE value IS 77 (30.47% from 255) = 20.64%
R=51.47%
G=27.88%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921047700.460.600.2514.0947.7252.75
HexC0684D02E3C19e3035
Octal3001501150567431166065
Binary11000000110100010011010101110111100110011110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0684D; }

 p { color: rgb(192,104,77); }

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

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

 a { background-color: rgb(192,104,77); }

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

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

 span { border-color: rgb(192,104,77); }

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