#C0694A

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

Shades of Red Damask #C0694A

Tints of Red Damask #C0694A

Color information

#C0694A (or 0xC0694A) is unknown color: approx Red Damask. HEX triplet: C0, 69 and 4A. RGB value is (192,105,74). Sum of RGB (Red+Green+Blue) = 192+105+74=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0694A is #3F96B5. Grayscale: #7F7F7F. Windows color (decimal): -4167350 or 4876736. OLE color: 4876736.

HSL color Cylindrical-coordinate representation of color #C0694A: hue angle of 15.76º 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 #C0694A is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19210574-
CMYK00.450.610.25
HSL15.76º48.36%52.16%-
HSV(B)15.76º61.46%75.29%-
XYZ28.0321.89.21-
YUV127.4897.82174.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.75%
GREEN value IS 105 (41.41% from 255) = 28.30%
BLUE value IS 74 (29.30% from 255) = 19.95%
R=51.75%
G=28.30%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921057400.450.610.2515.7648.3652.16
HexC0694A02D3D19103034
Octal3001511120557531206064
Binary110000001101001100101001011011111011100110000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0694A; }

 p { color: rgb(192,105,74); }

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

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

 a { background-color: rgb(192,105,74); }

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

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

 span { border-color: rgb(192,105,74); }

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